Pressing the up and down buttons in a game review should advance the game backwards and forwards along the current variant line #216
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#216
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"current variant line" is a fuzzy concept. When moving forward in a game, if there are multiple options for the next move, always choose the first one. This will naturally keep the view on the current line since the convention is to make the mainline of the game be the first move at each step. Anything after the first variant should be considered a variant.
This concept applies even once one has moved into a variant. We would now consider the variant to be the mainline, which would be true from the variant's perspective and good from the user's perspective.
Pressing the left and right buttons in a game review should advance the game backwards and forwards along the current variant lineto Pressing the up and down buttons in a game review should advance the game backwards and forwards along the current variant line