A Javascript Game Boy emulator. This is mostly a programming exercise to understand the inner workings of the Game Boy and work with some low-level bytes manipulations in JS.
Since there are already hundreds of perfectly functional Game Boy emulators (with dozens in JavaScript) this project has no particular ambition.
The emulator is supposed to be run in a browser. It can be opened directly from this project's Github pages link.
There are no prerequisites to run the project as it can be directly opened in a browser either from github pages or by opening the page index.html
from a web server (because of cross origin requests, it cannot be opened as a local file).
There are no tests at the moment
- Victor Poupet - Initial work - vpoupet
This project is licensed under the MIT License - see the LICENSE.md file for details