mattgodbolt / Miracle

JavaScript Sega Master System Emulator
http://xania.org/miracle/miracle.html
GNU General Public License v3.0
117 stars 30 forks source link

save state #2

Open jancborchardt opened 12 years ago

jancborchardt commented 12 years ago

To be able to actually play the games properly rather than just fiddle around, the game state should be saved. Not sure if internal game save functions can be accessed or if it’s feasible to just always have the latest state changed. The Gameboy Emulator by Grant Galitz seems to do both.

It’s probably best to always automatically save in localStorage/IndexedDB so that people can return to their game. Maybe even use remotestorage so you can change browsers.

mattgodbolt commented 12 years ago

Great idea, thanks