aboutsummaryrefslogtreecommitdiff
path: root/tracks.R (follow)
Commit message (Collapse)AuthorAge
* Tracks: add standalone solver program.Simon Tatham2020-02-26
| | | | | | | Having one of these makes it much easier to debug what's going on when the solver can't solve something. Also, now the solver can grade the difficulty of a puzzle, it's useful to expose that feature in a command-line tool.
* Tracks: use the new findloop for loop detection.Simon Tatham2016-02-24
| | | | | | | Tracks's previous loop detector was very basic, and only bothered to highlight one loop, even if the player managed to create more than one at a time. Now we highlight all of them.
* Add Tracks to the automake makefile's "install" target.Simon Tatham2015-03-25
| | | | | | | | Each game's .R file should append the binary to $(GAMES) in both the 'am' and 'gtk' makefiles, but presumably due to copy-and-paste from an out-of-date version, tracks.R only did 'gtk'. Also clarified CHECKLST.txt in the hope that I won't miss that again.
* New puzzle from James Harvey: 'Tracks'.Simon Tatham2015-02-08