Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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)