Skip to content

elfin8er/gameplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Play

A JavaScript Game Boy emulator for iPhone 5, based on the JSGB emulator core.

If you just want to play Game Play, you can find it online at https://inseven.co.uk/apps/gameplay.

Screenshots

Console Games

Roadmap

Future Work

  1. Audio support - The GameBoy-Online (https://github.com/grantgalitz/GameBoy-Online) core has already been integrated on the 'gameboy-online' branch but performance seems quite poor.
  2. Performance Improvements - The existing JSGB core doesn't make use of JavaScript typed arrays so this might improve performance.
  3. Background saving - There already exists some (disabled) code which uses a HTML5 database to save the game state. This mostly works, but currently introduces a significant slow-down whenever saving the state; ideally games would only be saved on a background event but this doesn't appear to be present in Mobile Safari.
  4. Improved sign-in - It is currently necessary to relaunch the application after authenticating with Google; it would be great to fix this.

Fonts

The graphics make use of the following fonts:

Thanks

About

Game Boy emulator for iPhone 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.8%
  • CSS 6.7%
  • Shell 0.5%