From 201b32983b5cd1f904da3614ee9136cfeec59818 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 12 Jan 2015 19:51:19 +0000 Subject: 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. --- icons/Makefile | 10 +++++----- icons/flood.sav | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 icons/flood.sav (limited to 'icons') 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 -- cgit v1.1