Emmy is a Gameboy and Gameboy Color emulator, written in TypeScript.
To run the web app locally, run the following commands from the command line:
npm install
npm run dev
You can then access the app from localhost:5173/
To play a ROM, you need to acquire the ROM file yourself. Open source ROMs are available from https://www.retroveteran.com/category/nintendo-game-boy-color/
.
Two examples of ROMs you may want to try:
- Kep- The Cryptid Party, a Game Boy game.
- Tower Crawl, a Game Boy Color game.
The emulator is automatically deployed - it can be accessed at https://emmy-gbc.vercel.app/
.