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

[Request] Game restart confirmation/backs up old save #75

Open
concreted opened this issue Oct 13, 2018 · 4 comments
Open

[Request] Game restart confirmation/backs up old save #75

concreted opened this issue Oct 13, 2018 · 4 comments

Comments

@concreted
Copy link

Having the ability to restart a game is great, but since it replaces the save state there is the fear of deleting your save by accident. Would be nice if the Restart option backed up your last save, and/or had an extra confirmation screen.

@gentleben
Copy link

Hi,

You might be interested in a fork of go-play I created that contains a simple change to how the menu button functions while a game is being played. A long press (1 second) of the menu button saves the gamestate and takes you back to the menu. A short press just takes you back to the menu without saving the gamestate (i.e. your previous gamestate is still intact).

Here's my go-play fork on Github: https://github.com/gentleben/go-play

@explit7
Copy link

explit7 commented Oct 13, 2018 via email

@q-killer
Copy link

Hi gentleben, thanks for your work on this!
Why not integrate this change into the original go-play? Having multiple save games or a confirmation would be great.

@gentleben
Copy link

The original go-play is OtherCrashOverride's official respository. Existing users will be used to the documented menu functionality. If someone would like the changes I have implemented, then they will need to use my fork.

Implementing multiple game saves would be a quite a bit of work - the loading and saving of game states would need to include an additional selection menu of some kind. My C-coding skills are probably not up to the job, and I don't have the spare time to invest (hence the very simple changes I have implemented in my fork). If you know someone who's a good C-coder though, they could create their own fork to implement this.

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