aboutsummaryrefslogtreecommitdiff
path: root/undead.R
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2012-09-08 10:48:05 +0000
committerSimon Tatham <anakin@pobox.com>2012-09-08 10:48:05 +0000
commit67ddba7a15573643666f0f4128d43d0095b80da0 (patch)
treeaf5103ea838c4019e9f9c75384c0f65c58df939f /undead.R
parent15a4fbd1cdc2cc092bafe85b8ddd8b392bdbda7d (diff)
downloadpuzzles-67ddba7a15573643666f0f4128d43d0095b80da0.zip
puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.gz
puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.bz2
puzzles-67ddba7a15573643666f0f4128d43d0095b80da0.tar.xz
New puzzle! Contributed by Steffen Bauer, an implementation of
'Haunted Mirror Maze', a game involving placing ghosts, zombies and vampires in a grid so that the right numbers of them are visible along sight-lines reflected through multiple mirrors. [originally from svn r9652]
Diffstat (limited to 'undead.R')
-rw-r--r--undead.R18
1 files changed, 18 insertions, 0 deletions
diff --git a/undead.R b/undead.R
new file mode 100644
index 0000000..2492d5e
--- /dev/null
+++ b/undead.R
@@ -0,0 +1,18 @@
+# -*- makefile -*-
+
+undead : [X] GTK COMMON undead undead-icon|no-icon
+undead : [G] WINDOWS COMMON undead undead.res|noicon.res
+
+ALL += undead[COMBINED]
+
+!begin gtk
+GAMES += undead
+!end
+
+!begin >list.c
+ A(undead) \
+!end
+
+!begin >wingames.lst
+undead.exe:Undead
+!end