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.
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.