kLaz3r / retroweb

Play emulated retro games right in your browser.

Home Page:https://retroweb-one.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RetroWeb | Retro games in Browser

Tech Stack:

  • Next.js
  • EmulatorJS
  • Tailwind CSS
  • Vercel

Deployed at: https://retroweb-one.vercel.app/

Credits: EmulatorJS & JSDOS

Supported consoles:

  • gba
  • n64
  • nds
  • nes
  • snes
  • dos

To load games you need to put them in the /public/games folder by the following folder structure:

/games
-/gba
---(gba-games).7z
-/n64
---(n64-games).7z
-/nds
---(nds-games).7z
-/nes
---(nes-games).7z
-/snes
---(snes-games).7z
-/dos
---(dos-games).jsdos

The archive names must be snake-case the dashes represent spaces in the UI

Sometimes the browser freezes and crashes due to the early nature of WebAssembly which is used in the emulator

About

Play emulated retro games right in your browser.

https://retroweb-one.vercel.app


Languages

Language:JavaScript 82.1%Language:CSS 7.9%Language:HTML 6.2%Language:TypeScript 3.8%