mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 07:31:30 -07:00
Files

Recall that the hint feature is really an incremental solver. Apply it repeatedly until the board is solved. Grade puzzles as solvable or unsolvable by checking their parity.
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# -*- makefile -*-
|
|
|
|
fifteen : [X] GTK COMMON fifteen fifteen-icon|no-icon
|
|
|
|
fifteen : [G] WINDOWS COMMON fifteen fifteen.res|noicon.res
|
|
|
|
fifteensolver : [U] fifteen[STANDALONE_SOLVER] STANDALONE
|
|
fifteensolver : [C] fifteen[STANDALONE_SOLVER] STANDALONE
|
|
|
|
ALL += fifteen[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += fifteen
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(fifteen) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
fifteen:fifteen.exe:Fifteen:Sliding block puzzle:Slide the tiles around to arrange them into order.
|
|
!end
|