-
Notifications
You must be signed in to change notification settings - Fork 106
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
Demo from Savegames feature #392
Comments
Please be more careful with the issue names - having the duplicate issue names is confusing for me. Before doing something like this, I think a feature would be needed to have the demo "Replay" the current game. |
Could be done as follows:
It looks like restart-current-game forgets the history needed to go forward again. |
Here a small demo of such a bookmarked savegame: |
I'm more thinking about a single "Replay" button that runs the demo with the exact moves you've played to that point. And using bookmarks might not work well if bookmarks are already being used. More likely the game itself with its move history has to be passed in the demo method itself, and logic needs to be written for that. Yes, restart current game starts a new game of the same deal, so the move history is lost. I considered adding an Undo All option, but decided against it when I realized doing so would make it very easy for a player to cheat their statistics. |
Another savegame ready for playback: |
Add a feature 'Demo-from-savegames'
This would load files like *-ok.pso from a folder of savegames,
rewind and play them in demo-mode.
The text was updated successfully, but these errors were encountered: