Skip to content

vpoupet/GameBoy

Repository files navigation

GameBoy

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.

Getting Started

The emulator is supposed to be run in a browser. It can be opened directly from this project's Github pages link.

Prerequisites

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

Running the tests

There are no tests at the moment

Authors

  • Victor Poupet - Initial work - vpoupet

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Game Boy emulator in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published