aboutsummaryrefslogtreecommitdiff
path: root/unruly.R
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2012-10-07 10:18:33 +0000
committerSimon Tatham <anakin@pobox.com>2012-10-07 10:18:33 +0000
commitfc9e6277bdd8b354b9febe56b0022441430c4465 (patch)
treeddf57201c7a16ea8ebe8c935f153e1fe21fc9f89 /unruly.R
parent781ba1cfa41a140067d4f3e048b7f3d7ff3cdcd6 (diff)
downloadpuzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.zip
puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.gz
puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.bz2
puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.xz
New puzzle! 'Unruly', contributed by Lennard Sprong, is an
implementation of a puzzle usually called 'Tohu wa Vohu'. [originally from svn r9680]
Diffstat (limited to 'unruly.R')
-rw-r--r--unruly.R21
1 files changed, 21 insertions, 0 deletions
diff --git a/unruly.R b/unruly.R
new file mode 100644
index 0000000..b69a144
--- /dev/null
+++ b/unruly.R
@@ -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