diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-12-11 19:53:58 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-12-12 11:00:15 +0000 |
| commit | 786f5b18e439a292ca364e18230496dbf261f5c2 (patch) | |
| tree | ac1ef1914c434fd2ecfbbbe97428b63d660b8208 /pattern.R | |
| parent | f061101210352b9783085ba37e1c58f1fac89862 (diff) | |
| download | puzzles-786f5b18e439a292ca364e18230496dbf261f5c2.zip puzzles-786f5b18e439a292ca364e18230496dbf261f5c2.tar.gz puzzles-786f5b18e439a292ca364e18230496dbf261f5c2.tar.bz2 puzzles-786f5b18e439a292ca364e18230496dbf261f5c2.tar.xz | |
New utility 'patternpicture', to build a Pattern from an xbm.
This utility works basically the same as galaxiespicture: you feed it
a .xbm bitmap on standard input, and it constructs a game ID which
solves to exactly that image. It will pre-fill some squares if that's
necessary to resolve ambiguity, or leave the grid completely blank if
it can.
Diffstat (limited to 'pattern.R')
| -rw-r--r-- | pattern.R | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ pattern : [G] WINDOWS COMMON pattern pattern.res|noicon.res patternsolver : [U] pattern[STANDALONE_SOLVER] STANDALONE patternsolver : [C] pattern[STANDALONE_SOLVER] STANDALONE +patternpicture : [U] pattern[STANDALONE_PICTURE_GENERATOR] STANDALONE +patternpicture : [C] pattern[STANDALONE_PICTURE_GENERATOR] STANDALONE + ALL += pattern[COMBINED] !begin am gtk |