-
Notifications
You must be signed in to change notification settings - Fork 4
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
As Game Controller I may wish to be able to restart the wargame from a previous turn #1639
Comments
This made me think of the "Checkpoint" feature in most RPGs. The player goes through a mission and encounters multiple checkpoints where the game is saved automatically. If they die in the game or fail the mission, they can restart from their last checkpoint. I'm not sure if this is applicable for us, however the idea of picking up from a specific point you might have left off is similar. Feature wise, I think this would fit within the exit button. Clicking on it would lead to a window asking the user whether they want to:
What do you think? |
Here's how that could look like: The last option, restarting from a specific turn, would have an additional window pop-up, with the user having to fill in a turn number they'd like to restart from. We could also have them select (click) among a dropdown list of turns that have been passed, shown in order, instead of them typing the number: Let me know what you think! |
Hello Shend, |
💬 Brief description of feature
For some wargames, the Game Controller may wish to re-run some turns. This could happen in these circumstances:
📖 User Story
☑️ Acceptance criteria
📐 Designs / Wireframes
📝 Notes
The text was updated successfully, but these errors were encountered: