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:
Jonas Kölker
2015-10-08 12:55:52 +02:00
committed by Simon Tatham
parent 12fabc4add
commit cd67072556
2 changed files with 99 additions and 3 deletions

View File

@ -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