Files
puzzles/pattern.R
Simon Tatham 786f5b18e4 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.
2015-12-12 11:00:15 +00:00

26 lines
648 B
Makefile

# -*- makefile -*-
pattern : [X] GTK COMMON pattern pattern-icon|no-icon
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
GAMES += pattern
!end
!begin >list.c
A(pattern) \
!end
!begin >gamedesc.txt
pattern:pattern.exe:Pattern:Pattern puzzle:Fill in the pattern in the grid, given only the lengths of runs of black squares.
!end