Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lebrancconvas/gameboy-web
Web-Based Emulator for GameBoy (For Educational Purpose).
https://github.com/lebrancconvas/gameboy-web
emulator gameboy gameboy-color gameboy-emulator gb nintendo side-project
Last synced: 13 days ago
JSON representation
Web-Based Emulator for GameBoy (For Educational Purpose).
- Host: GitHub
- URL: https://github.com/lebrancconvas/gameboy-web
- Owner: lebrancconvas
- Created: 2024-09-17T12:55:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T03:44:53.000Z (4 months ago)
- Last Synced: 2024-11-11T03:45:44.707Z (2 months ago)
- Topics: emulator, gameboy, gameboy-color, gameboy-emulator, gb, nintendo, side-project
- Language: HTML
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameBoy Web
## Overview
Web-Based GameBoy Emulator for Education Purpose.
## Resource
- [[EN: Text] GameBoy Development Resource (gbdev.io)](https://gbdev.io/resources.html)
- [[EN: Text] GameBoy Architecture (Rodrigo Copetti)](https://www.copetti.org/writings/consoles/game-boy/)
- [[EN: Text] GameBoy Technical Reference (Gekkio)](https://gekkio.fi/files/gb-docs/gbctr.pdf)
- [[EN: Text] GameBoy Opcodes (gbdev.io)](https://gbdev.io/gb-opcodes/optables/)## Example Project
Example Projects for GameBoy Emulator using JavaScript / TypeScript
- [[EN: Github] gameboy-emulator (roblouie)](https://github.com/roblouie/gameboy-emulator)
- [[EN: Github] tega (francisrsokes)](https://github.com/francisrstokes/tega)
- [[EN: Github] gameboy.js (juchi)](https://github.com/juchi/gameboy.js/)
- [[EN: Github] gameboy (calvinbaart)](https://github.com/calvinbaart/gameboy)
- [[EN: Github] vaporBoy (torch2424)](https://github.com/torch2424/vaporBoy)