diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-21 13:23:26 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-21 13:23:26 +0000 |
| commit | 862e25c90b8f62fd1cab270b13f5d57f86bff82f (patch) | |
| tree | 4f767a427f2c30d11aaf8a3644bb85e797271795 /puzzles.but | |
| parent | 5810785da10a802feab5bd0964fc9751505c304a (diff) | |
| download | puzzles-862e25c90b8f62fd1cab270b13f5d57f86bff82f.zip puzzles-862e25c90b8f62fd1cab270b13f5d57f86bff82f.tar.gz puzzles-862e25c90b8f62fd1cab270b13f5d57f86bff82f.tar.bz2 puzzles-862e25c90b8f62fd1cab270b13f5d57f86bff82f.tar.xz | |
Solution uniqueness for Net. Can be disabled on request (but is
enabled by default), since ambiguous sections in grids can present
additional interesting challenges. I think uniqueness is a better
default, though.
[originally from svn r5816]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 44bdb25..bf2601b 100644 --- a/puzzles.but +++ b/puzzles.but @@ -346,6 +346,15 @@ barrier is placed between two tiles to prevent flow between them (a higher number gives more barriers). Since barriers are immovable, they act as constraints on the solution (i.e., hints). +\dt \e{Ensure unique solution} + +\dd Normally, Net will make sure that the puzzles it presents have +only one solution. Puzzles with ambiguous sections can be more +difficult and more subtle, so if you like you can turn off this +feature and risk having ambiguous puzzles. (Also, finding \e{all} +the possible solutions can be an additional challenge for an +advanced player.) + \lcont{ The grid generation in Net has been carefully arranged so that the |