Add James H's new puzzle, `Unequal' (otherwise known as the

Guardian's `Futoshiki').

[originally from svn r7100]
This commit is contained in:
Simon Tatham
2007-01-13 14:44:50 +00:00
parent 9993f71e4c
commit 2f8dba9257
5 changed files with 3493 additions and 0 deletions

23
unequal.R Normal file
View File

@ -0,0 +1,23 @@
# -*- makefile -*-
UNEQUAL = unequal latin tree234 maxflow
unequal : [X] GTK COMMON UNEQUAL
unequal : [G] WINDOWS COMMON UNEQUAL
unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
latincheck : [U] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
latincheck : [C] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
ALL += UNEQUAL
!begin gtk
GAMES += unequal
!end
!begin >list.c
A(unequal) \
!end