Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/emscripten-js-gameboy-games
Play old GameBoy games on your browser
https://github.com/humbertodias/emscripten-js-gameboy-games
emscripten gameboy
Last synced: 11 days ago
JSON representation
Play old GameBoy games on your browser
- Host: GitHub
- URL: https://github.com/humbertodias/emscripten-js-gameboy-games
- Owner: humbertodias
- Created: 2016-06-06T22:43:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T22:54:43.000Z (over 8 years ago)
- Last Synced: 2025-01-10T18:19:50.945Z (14 days ago)
- Topics: emscripten, gameboy
- Language: HTML
- Homepage:
- Size: 1.54 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emscripten js-gameboy Games
Play old GameBoy games on your browser
# Prerequires
1. Python
# Run
Clone
```
git clone https://github.com/humbertodias/emscripten-js-gameboy-games.git
```Into
```
cd emscripten-js-gameboy-games/
```Server
```
python -m SimpleHTTPServer 9090
```Open on your browser
```
open http://localhost:9090
```Select your rom
![Preview](doc/load-game.png)
1. Press **X** on **Load Game**
2. Later **X** on **/**
3. Finally **X** on **Legend of Zelda, The - Oracle of Seasons (USA).zip**
# Output
![Preview](doc/preview.png)
# Tested Browsers
Browser | Performance |
------------- | -------------
Firefox | Fast
Chrome | Fast
Safari | Slow
Opera | Normal
IE | Didn't try# References
1. RetroArch
[http://toadking.com/retroarch/gambatte.html](http://toadking.com/retroarch/gambatte.html)