mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
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]
This commit is contained in:
18
undead.R
Normal file
18
undead.R
Normal file
@ -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
|
Reference in New Issue
Block a user