Online GBA is a simply way to play any GBA games in the browser
It is a static app meaning you can simply fork the repo with
https://github.com/shreyas-n/gba-online.git
or download the zip
The index.php
file is there to fool heroku into thinking your app is
a dynamic app. Heroku doesn't allow static html to be hosted so we need something to get free hosting
with heroku
This is built on IodineGBA and all ROMs should be dropped
into the Binaries
folder with a .gba
extension
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This is being hosted on heroku. Demo