diff options
| author | Simon Tatham <anakin@pobox.com> | 2012-10-07 10:18:33 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2012-10-07 10:18:33 +0000 |
| commit | fc9e6277bdd8b354b9febe56b0022441430c4465 (patch) | |
| tree | ddf57201c7a16ea8ebe8c935f153e1fe21fc9f89 /icons | |
| parent | 781ba1cfa41a140067d4f3e048b7f3d7ff3cdcd6 (diff) | |
| download | puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.zip puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.gz puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.bz2 puzzles-fc9e6277bdd8b354b9febe56b0022441430c4465.tar.xz | |
New puzzle! 'Unruly', contributed by Lennard Sprong, is an
implementation of a puzzle usually called 'Tohu wa Vohu'.
[originally from svn r9680]
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/Makefile | 2 | ||||
| -rw-r--r-- | icons/unruly.sav | 22 |
2 files changed, 23 insertions, 1 deletions
diff --git a/icons/Makefile b/icons/Makefile index 2d4b65b..6dcc33d 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -4,7 +4,7 @@ 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 + unequal unruly untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) diff --git a/icons/unruly.sav b/icons/unruly.sav new file mode 100644 index 0000000..0f7ca1b --- /dev/null +++ b/icons/unruly.sav @@ -0,0 +1,22 @@ +SAVEFILE:41:Simon Tatham's Portable Puzzle Collection +VERSION :1:1 +GAME :6:Unruly +PARAMS :5:6x6de +CPARAMS :5:6x6de +DESC :10:faCADAJeBd +NSTATES :2:15 +STATEPOS:2:15 +MOVE :6:P0,1,2 +MOVE :6:P0,4,2 +MOVE :6:P0,3,3 +MOVE :6:P0,3,0 +MOVE :6:P0,5,1 +MOVE :6:P0,2,1 +MOVE :6:P1,4,0 +MOVE :6:P1,1,1 +MOVE :6:P1,5,2 +MOVE :6:P0,0,2 +MOVE :6:P1,0,3 +MOVE :6:P1,0,0 +MOVE :6:P1,0,4 +MOVE :6:P0,2,4 |