Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakardo/node-gameboy
A Gameboy emulator runnable on browsers or server side
https://github.com/nakardo/node-gameboy
emulator gameboy nintendo
Last synced: about 2 months ago
JSON representation
A Gameboy emulator runnable on browsers or server side
- Host: GitHub
- URL: https://github.com/nakardo/node-gameboy
- Owner: nakardo
- License: mit
- Created: 2015-09-24T23:04:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T15:03:08.000Z (about 2 years ago)
- Last Synced: 2024-11-20T10:52:14.610Z (2 months ago)
- Topics: emulator, gameboy, nintendo
- Language: JavaScript
- Homepage: http://nakardo.github.io/node-gameboy
- Size: 858 KB
- Stars: 66
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-gameboy
A Gameboy emulator runnable on browsers or server side.
[![npm version](https://badge.fury.io/js/node-gameboy.svg)](https://badge.fury.io/js/node-gameboy)
## Online Build
http://nakardo.github.io/node-gameboy
### Controllers
| Button | Key |
|------------|------------|
| Directions | Arrow Keys |
| A | Z |
| B | X |
| Select | Space Bar |
| Start | Enter |## Screenshots
### Commercial Roms
![marioland](https://raw.github.com/nakardo/node-gameboy/master/images/marioland.png)
![marioland](https://raw.github.com/nakardo/node-gameboy/master/images/marioland2.png)
![drmario](https://raw.github.com/nakardo/node-gameboy/master/images/drmario.png)
![drmario2](https://raw.github.com/nakardo/node-gameboy/master/images/drmario2.png)
![tetris](https://raw.github.com/nakardo/node-gameboy/master/images/tetris.png)
![tetris2](https://raw.github.com/nakardo/node-gameboy/master/images/tetris2.png)
![zelda](https://raw.github.com/nakardo/node-gameboy/master/images/zelda.png)
![zelda2](https://raw.github.com/nakardo/node-gameboy/master/images/zelda2.png)
![fifa](https://raw.github.com/nakardo/node-gameboy/master/images/fifa.png)
![fifa2](https://raw.github.com/nakardo/node-gameboy/master/images/fifa2.png)### Test Roms
![opus5](https://raw.github.com/nakardo/node-gameboy/master/images/opus5.png)
![cpu_instrs](https://raw.github.com/nakardo/node-gameboy/master/images/cpu_instrs.png)## Usage
See [examples](https://github.com/nakardo/node-gameboy/tree/master/examples).