diff options
| author | Simon Tatham <anakin@pobox.com> | 2012-09-08 10:48:05 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2012-09-08 10:48:05 +0000 |
| commit | 67ddba7a15573643666f0f4128d43d0095b80da0 (patch) | |
| tree | af5103ea838c4019e9f9c75384c0f65c58df939f /icons | |
| parent | 15a4fbd1cdc2cc092bafe85b8ddd8b392bdbda7d (diff) | |
| download | puzzles-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 'icons')
| -rw-r--r-- | icons/Makefile | 10 | ||||
| -rw-r--r-- | icons/undead.sav | 14 |
2 files changed, 20 insertions, 4 deletions
diff --git a/icons/Makefile b/icons/Makefile index 9901de5..2d4b65b 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -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 diff --git a/icons/undead.sav b/icons/undead.sav new file mode 100644 index 0000000..3c314dd --- /dev/null +++ b/icons/undead.sav @@ -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 |