mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user