mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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]
This commit is contained in:
@ -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))
|
||||
|
26
icons/towers.sav
Normal file
26
icons/towers.sav
Normal file
@ -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
|
Reference in New Issue
Block a user