Differences From Artifact [6b233e488f]:
- File game.doc — part of check-in [cc0df8402f] at 2023-10-16 00:12:09 on branch trunk — Implement save state slots, including loading personal best solutions. (user: user, size: 8082) [annotate] [blame] [check-ins using]
To Artifact [a5b8aab4e8]:
- File game.doc — part of check-in [5c766650a2] at 2023-10-17 01:33:53 on branch trunk — Implement SHIFT+DELETE to delete moves up to the mark. (user: user, size: 8120) [annotate] [blame] [check-ins using]
︙ | |||
178 179 180 181 182 183 184 185 186 187 188 189 190 191 | 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | + | ALT+P Begin slow replay ALT+R Select a unsolved level at random ALT+[ Increase slow replay speed ALT+] Decrease slow replay speed INS Toggle insertion mode DEL Delete a move CTRL+DEL Delete all moves forward SHIFT+DEL Delete moves up to mark SHIFT+num Save state 1 to 8 CTRL+num Load state 1 to 8 ALT+num Exchange state 1 to 8 Mouse (in grid): MIDDLE Describe topmost object |
︙ |