mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -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:
@ -1,9 +1,10 @@
|
||||
# Makefile for Puzzles icons.
|
||||
|
||||
PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \
|
||||
inertia keen lightup loopy magnets map mines net netslide pattern \
|
||||
pearl pegs range rect samegame signpost singles sixteen slant solo \
|
||||
tents towers twiddle unequal untangle
|
||||
PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies \
|
||||
guess inertia keen lightup loopy magnets map mines net \
|
||||
netslide pattern pearl pegs range rect samegame signpost \
|
||||
singles sixteen slant solo tents towers twiddle undead \
|
||||
unequal untangle
|
||||
|
||||
BASE = $(patsubst %,%-base.png,$(PUZZLES))
|
||||
WEB = $(patsubst %,%-web.png,$(PUZZLES))
|
||||
@ -81,6 +82,7 @@ solo-ibase.png : override CROP=481x481 145x145+24+24
|
||||
tents-ibase.png : override CROP=320x320 165x165+142+0
|
||||
towers-ibase.png : override CROP=300x300 102x102+151+6
|
||||
twiddle-ibase.png : override CROP=192x192 102x102+69+21
|
||||
undead-ibase.png : override CROP=448x512 192x192+32+96
|
||||
unequal-ibase.png : override CROP=208x208 104x104+104+104
|
||||
untangle-ibase.png : override CROP=320x320 164x164+3+116
|
||||
$(IBASE): %-ibase.png: %-base.png
|
||||
|
14
icons/undead.sav
Normal file
14
icons/undead.sav
Normal file
@ -0,0 +1,14 @@
|
||||
SAVEFILE:41:Simon Tatham's Portable Puzzle Collection
|
||||
VERSION :1:1
|
||||
GAME :6:Undead
|
||||
PARAMS :6:4x4de2
|
||||
CPARAMS :6:4x4de2
|
||||
DESC :48:5,2,2,aRLgLLaLRL,2,0,1,2,1,1,2,5,0,0,0,2,1,3,1,1
|
||||
NSTATES :1:7
|
||||
STATEPOS:1:7
|
||||
MOVE :2:G0
|
||||
MOVE :2:V0
|
||||
MOVE :2:G2
|
||||
MOVE :2:G3
|
||||
MOVE :2:V3
|
||||
MOVE :2:Z3
|
Reference in New Issue
Block a user