diff options
| author | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2010-01-07 18:42:00 +0000 |
| commit | ceb12cb0804d437c4b4acd1540cfed0a621c5bcf (patch) | |
| tree | e98bd3b276abbbc14aa41cf16a8101bd75ea8bc0 /icons | |
| parent | 7c3413a2f2ab0d22f4e43c92a9c215bc24f88baf (diff) | |
| download | puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.zip puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.gz puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.bz2 puzzles-ceb12cb0804d437c4b4acd1540cfed0a621c5bcf.tar.xz | |
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]
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/Makefile | 3 | ||||
| -rw-r--r-- | icons/towers.sav | 26 |
2 files changed, 28 insertions, 1 deletions
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 |