chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
592 stars 167 forks source link

Dominosa undo : associate the highlighted numbers while placing a domino #504

Closed goyalyashpal closed 7 months ago

goyalyashpal commented 2 years ago

Summary:

Dominose undo : associate the highlighted numbers while placing a domino

Detailed:

currently, only the domino placing is remembered and undo-ne.

the suggestion is to remember the highlighted numbers too but not generally, rather only when a domino is placed. that is, say i have highlighted the number 2, and i placed a domino XY. So, the game will remember that when domino XY was placed, the number 2 was highlighted, and rehighlights that when undoing at that step.

Use case:

goyalyashpal commented 2 years ago

i can gather more illustrations if that's needed.