Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support saving game state #18

Open
bfirsh opened this issue Sep 11, 2017 · 4 comments
Open

Support saving game state #18

bfirsh opened this issue Sep 11, 2017 · 4 comments

Comments

@bfirsh
Copy link
Owner

bfirsh commented Sep 11, 2017

Dump snapshot of whole emulator to JSON and restore. See bfirsh/jsnes#16 for existing issue and bfirsh/jsnes#42 for existing implementation. Not to be confused with #17 which is built-in save game support.

Simplest implementation of this is to just restore previously saved game, but it could potentially keep several save games too.

@jancborchardt
Copy link

Maybe enabling people to use their Nextcloud would be cool. :) Then people can save states permanently.

It's a simple WebDAV api, or you can use the webdav-fs library: https://nextcloud.com/blog/using-webdav-fs-to-access-files-in-nextcloud/

@oknoorap
Copy link

oknoorap commented Nov 7, 2017

is save state has been implemented?

@bfirsh
Copy link
Owner Author

bfirsh commented Dec 29, 2017

Some interesting discussion of graphics glitches (perhaps broken serialisation?) here: bfirsh/jsnes#16

@JoeMeeks
Copy link

The load state graphic glitch is not an issue with the web UI project but rather the nes.fromJSON method itself. I fixed it in that repo:
bfirsh/jsnes#397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants