diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-08-31 12:17:01 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-08-31 12:17:01 +0000 |
| commit | f2ff444fca4da3f63fe0473fc660bb3a5429c2bc (patch) | |
| tree | fd39dba16ef8353c83f2b15f503bdf4813e9cbe0 /Recipe | |
| parent | 121f664b628c4c1d434cad6950526e5dd469f5ea (diff) | |
| download | puzzles-f2ff444fca4da3f63fe0473fc660bb3a5429c2bc.zip puzzles-f2ff444fca4da3f63fe0473fc660bb3a5429c2bc.tar.gz puzzles-f2ff444fca4da3f63fe0473fc660bb3a5429c2bc.tar.bz2 puzzles-f2ff444fca4da3f63fe0473fc660bb3a5429c2bc.tar.xz | |
Now that Map has some seriously complex deductions, it's about time
it had a command-line solver. In order to do this, I've had to
expose the internal region numbering because the solver has to have
some way to state which region it means; and in any case it's also
useful to have human-visible region numbering so that two people can
discuss a puzzle they're solving together. So pressing L during play
now toggles the display of region numbers; and `mapsolver' uses
those same numbers when showing its working and its solutions.
[originally from svn r6244]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,11 +60,13 @@ solosolver : [U] solo[STANDALONE_SOLVER] malloc patternsolver : [U] pattern[STANDALONE_SOLVER] malloc mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] malloc random tree234 misc slantsolver : [U] slant[STANDALONE_SOLVER] dsf malloc +mapsolver : [U] map[STANDALONE_SOLVER] dsf random misc malloc solosolver : [C] solo[STANDALONE_SOLVER] malloc patternsolver : [C] pattern[STANDALONE_SOLVER] malloc mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] malloc random tree234 misc slantsolver : [C] slant[STANDALONE_SOLVER] dsf malloc +mapsolver : [C] map[STANDALONE_SOLVER] dsf random misc malloc # The Windows Net shouldn't be called `net.exe' since Windows # already has a reasonably important utility program by that name! |