diff options
| author | Simon Tatham <anakin@pobox.com> | 2019-04-02 18:42:01 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2019-04-04 23:58:31 +0100 |
| commit | f1c8e4092cf1f31bbf5a3889bd47cbe1c5955f87 (patch) | |
| tree | 9258add8636c9a77fa213a8c3da39c5c2da861c1 /dominosa.R | |
| parent | 68363231f062192156799af7a153fc3ab3a0f5ed (diff) | |
| download | puzzles-f1c8e4092cf1f31bbf5a3889bd47cbe1c5955f87.zip puzzles-f1c8e4092cf1f31bbf5a3889bd47cbe1c5955f87.tar.gz puzzles-f1c8e4092cf1f31bbf5a3889bd47cbe1c5955f87.tar.bz2 puzzles-f1c8e4092cf1f31bbf5a3889bd47cbe1c5955f87.tar.xz | |
Dominosa: add a command-line solver.
I've made the existing optional solver diagnostics appear as the
verbose output of the solver program. They're not particularly legible
at the moment, but they're better than nothing.
Diffstat (limited to 'dominosa.R')
| -rw-r--r-- | dominosa.R | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ dominosa : [G] WINDOWS COMMON dominosa DOMINOSA_EXTRA dominosa.res|noicon.res ALL += dominosa[COMBINED] DOMINOSA_EXTRA +dominosasolver : [U] dominosa[STANDALONE_SOLVER] DOMINOSA_EXTRA STANDALONE +dominosasolver : [C] dominosa[STANDALONE_SOLVER] DOMINOSA_EXTRA STANDALONE + !begin am gtk GAMES += dominosa !end |