diff options
| author | Simon Tatham <anakin@pobox.com> | 2021-10-30 10:56:15 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2021-10-30 10:56:15 +0100 |
| commit | 640f9235c79cdb1a924b0148cb312b0f02253364 (patch) | |
| tree | 55bad4a61259e54cc656f6128e770dc90aa17e7b | |
| parent | ad1c6ade2af0e681fb964a17cc3a031951047068 (diff) | |
| download | puzzles-640f9235c79cdb1a924b0148cb312b0f02253364.zip puzzles-640f9235c79cdb1a924b0148cb312b0f02253364.tar.gz puzzles-640f9235c79cdb1a924b0148cb312b0f02253364.tar.bz2 puzzles-640f9235c79cdb1a924b0148cb312b0f02253364.tar.xz | |
Pearl: document game options.
A user spotted that this docs section was missing all its useful
content.
| -rw-r--r-- | puzzles.but | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index d9a13f0..12dd437 100644 --- a/puzzles.but +++ b/puzzles.but @@ -3054,6 +3054,30 @@ right click, respectively, on the edge in the direction of the key. These parameters are available from the \q{Custom...} option on the \q{Type} menu. +\dt \e{Width}, \e{Height} + +\dd Size of grid in squares. + +\dt \e{Difficulty} + +\dd Controls the difficulty of the generated puzzle. + +\dt \e{Allow unsoluble} + +\dd If this is set, then the game will be generated in the simplest +way: every clue square that can possibly be provided will be shown, +and the generator will not check whether the puzzle can be uniquely +solved. + +\lcont{ + +This speeds up game generation, and allows much larger grids to be +played. At least one possible solution will still always exist, but +there's no guarantee that it will be unique, or that it will be +possible to deduce it step by step. + +} + \C{undead} \i{Undead} \cfg{winhelp-topic}{games.undead} |