diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-01-12 19:51:19 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-01-12 19:51:19 +0000 |
| commit | 201b32983b5cd1f904da3614ee9136cfeec59818 (patch) | |
| tree | 37fb1fe77b6486b5ab6bac64b48090649d0ff378 /icons | |
| parent | b2f8f5fb5731a14b68372d09153cd6f04d0b7f67 (diff) | |
| download | puzzles-201b32983b5cd1f904da3614ee9136cfeec59818.zip puzzles-201b32983b5cd1f904da3614ee9136cfeec59818.tar.gz puzzles-201b32983b5cd1f904da3614ee9136cfeec59818.tar.bz2 puzzles-201b32983b5cd1f904da3614ee9136cfeec59818.tar.xz | |
New puzzle: 'Flood'.
Based on a web game I saw a few years ago, and dashed off this weekend
after I thought of a way to write a good (though not quite optimal)
heuristic solver, here's a random little thing not quite in the same
line as the most usual kind of Puzzles fare: instead of making you
scratch your head to find any move to make at all, it's easy to find
solutions in principle, and the challenge comes from having to do so
within a move limit.
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/Makefile | 10 | ||||
| -rw-r--r-- | icons/flood.sav | 14 |
2 files changed, 19 insertions, 5 deletions
diff --git a/icons/Makefile b/icons/Makefile index 3f3dbf6..6e7f6cb 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -1,10 +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 undead \ - unequal unruly untangle +PUZZLES = blackbox bridges cube dominosa fifteen filling flip flood \ + 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 unruly untangle BASE = $(patsubst %,%-base.png,$(PUZZLES)) WEB = $(patsubst %,%-web.png,$(PUZZLES)) diff --git a/icons/flood.sav b/icons/flood.sav new file mode 100644 index 0000000..ac4adf7 --- /dev/null +++ b/icons/flood.sav @@ -0,0 +1,14 @@ +SAVEFILE:41:Simon Tatham's Portable Puzzle Collection +VERSION :1:1 +GAME :5:Flood +PARAMS :7:6x6c6m5 +CPARAMS :7:6x6c6m5 +SEED :15:967543368167853 +DESC :39:032242034203340350204502505323231342,17 +NSTATES :1:6 +STATEPOS:1:6 +MOVE :2:M3 +MOVE :2:M2 +MOVE :2:M0 +MOVE :2:M5 +MOVE :2:M3 |