New puzzle! 'Unruly', contributed by Lennard Sprong, is an

implementation of a puzzle usually called 'Tohu wa Vohu'.

[originally from svn r9680]
This commit is contained in:
Simon Tatham
2012-10-07 10:18:33 +00:00
parent 781ba1cfa4
commit fc9e6277bd
6 changed files with 1961 additions and 3 deletions

21
unruly.R Normal file
View File

@ -0,0 +1,21 @@
# -*- makefile -*-
unruly : [X] GTK COMMON unruly unruly-icon|no-icon
unruly : [G] WINDOWS COMMON unruly unruly.res|noicon.res
unrulysolver : [U] unruly[STANDALONE_SOLVER] STANDALONE
unrulysolver : [C] unruly[STANDALONE_SOLVER] STANDALONE
ALL += unruly[COMBINED]
!begin gtk
GAMES += unruly
!end
!begin >list.c
A(unruly) \
!end
!begin >wingames.lst
unruly.exe:Unruly
!end