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

Add the ability to save & load emulator state #7

Open
jonathanlloyd opened this issue Feb 18, 2017 · 0 comments
Open

Add the ability to save & load emulator state #7

jonathanlloyd opened this issue Feb 18, 2017 · 0 comments
Labels
Projects

Comments

@jonathanlloyd
Copy link
Owner

A common feature in other emulators, this feature allows user to save and load the state of their game session.

Given that the emulator is running
When the user presses "save state"
Then they are given a file to download containing the state of the emulator

Given that the demo is loaded
When the user presses "load state" and selects a valid state file
Then the emulator overwrites its existing state with the data in the file and runs the game from the point at which it was saved

@jonathanlloyd jonathanlloyd created this issue from a note in Emulator (Backlog) Feb 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Emulator
Backlog
Development

No branches or pull requests

1 participant