From 67ddba7a15573643666f0f4128d43d0095b80da0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 8 Sep 2012 10:48:05 +0000 Subject: 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] --- undead.R | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 undead.R (limited to 'undead.R') 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 -- cgit v1.1