aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-04-30 12:54:22 +0000
committerSimon Tatham <anakin@pobox.com>2005-04-30 12:54:22 +0000
commit3be19aed9445f522caed8486c778a23c334d51cc (patch)
tree8d078729b7567f11b6092c93d3b6ae2f960c4a33 /Recipe
parent79a77d53e1723f06527486dd4f36857e89944eaa (diff)
downloadpuzzles-3be19aed9445f522caed8486c778a23c334d51cc.zip
puzzles-3be19aed9445f522caed8486c778a23c334d51cc.tar.gz
puzzles-3be19aed9445f522caed8486c778a23c334d51cc.tar.bz2
puzzles-3be19aed9445f522caed8486c778a23c334d51cc.tar.xz
New puzzle: `twiddle', generalised from a random door-unlocking
gadget in Metroid Prime 2. [originally from svn r5708]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe4
1 files changed, 3 insertions, 1 deletions
diff --git a/Recipe b/Recipe
index 8223861..fe6c003 100644
--- a/Recipe
+++ b/Recipe
@@ -18,7 +18,7 @@ COMMON = midend misc malloc random
NET = net tree234
NETSLIDE = netslide tree234
-ALL = list NET NETSLIDE cube fifteen sixteen rect pattern solo
+ALL = list NET NETSLIDE cube fifteen sixteen rect pattern solo twiddle
net : [X] gtk COMMON NET
netslide : [X] gtk COMMON NETSLIDE
@@ -28,6 +28,7 @@ sixteen : [X] gtk COMMON sixteen
rect : [X] gtk COMMON rect
pattern : [X] gtk COMMON pattern
solo : [X] gtk COMMON solo
+twiddle : [X] gtk COMMON twiddle
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
@@ -39,6 +40,7 @@ sixteen : [G] WINDOWS COMMON sixteen
rect : [G] WINDOWS COMMON rect
pattern : [G] WINDOWS COMMON pattern
solo : [G] WINDOWS COMMON solo
+twiddle : [G] WINDOWS COMMON twiddle
# Mac OS X unified application containing all the puzzles.
Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL