Files
puzzles/undead.R
Simon Tatham 67ddba7a15 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]
2012-09-08 10:48:05 +00:00

19 lines
268 B
Makefile

# -*- 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