mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Add standalone Fifteen solver, based on the hint feature.
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.
This commit is contained in:

committed by
Simon Tatham

parent
12fabc4add
commit
cd67072556
@ -4,6 +4,9 @@ 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
|
||||
|
Reference in New Issue
Block a user