From ceb12cb0804d437c4b4acd1540cfed0a621c5bcf Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 7 Jan 2010 18:42:00 +0000 Subject: New puzzle, again using the revised latin.c: 'Towers', a clone of a latin-square puzzle which I've seen described by several names but the most common is 'Skyscrapers'. [originally from svn r8816] --- icons/Makefile | 3 ++- icons/towers.sav | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 icons/towers.sav (limited to 'icons') diff --git a/icons/Makefile b/icons/Makefile index edd8f87..350fd7c 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -2,7 +2,8 @@ PUZZLES = blackbox bridges cube dominosa fifteen filling flip galaxies guess \ inertia keen lightup loopy map mines net netslide pattern pegs \ - rect samegame sixteen slant solo tents twiddle unequal untangle + rect samegame sixteen slant solo tents towers twiddle unequal \ + untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) diff --git a/icons/towers.sav b/icons/towers.sav new file mode 100644 index 0000000..351d473 --- /dev/null +++ b/icons/towers.sav @@ -0,0 +1,26 @@ +SAVEFILE:41:Simon Tatham's Portable Puzzle Collection +VERSION :1:1 +GAME :6:Towers +PARAMS :3:4de +CPARAMS :3:4de +SEED :15:888431554483015 +DESC :31:2/2/1/3/2/2/3/1/3/1/2/2/2/3/2/1 +AUXINFO :34:297d7a2fcf9e14403a74c976fe0fefd306 +NSTATES :2:17 +STATEPOS:2:10 +MOVE :6:R2,0,4 +MOVE :6:R0,1,4 +MOVE :6:R3,3,4 +MOVE :6:R1,2,4 +MOVE :6:R0,3,3 +MOVE :6:R1,0,3 +MOVE :6:R3,2,3 +MOVE :6:R2,1,3 +MOVE :6:R3,0,2 +MOVE :6:R3,1,1 +MOVE :6:R1,1,2 +MOVE :6:R1,3,1 +MOVE :6:R2,3,2 +MOVE :6:R2,2,1 +MOVE :6:R0,2,2 +MOVE :6:R0,0,1 -- cgit v1.1