diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-25 11:09:43 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-25 11:09:43 +0000 |
| commit | a1be37343cfab49053396a3a70c7cca14d6f376f (patch) | |
| tree | 4132a7f8edf22ed87ce9cf2728ce649b0e403c24 /puzzles.but | |
| parent | 5409c27b4f130fc9e737d695d893eb637fdaa251 (diff) | |
| download | puzzles-a1be37343cfab49053396a3a70c7cca14d6f376f.zip puzzles-a1be37343cfab49053396a3a70c7cca14d6f376f.tar.gz puzzles-a1be37343cfab49053396a3a70c7cca14d6f376f.tar.bz2 puzzles-a1be37343cfab49053396a3a70c7cca14d6f376f.tar.xz | |
Support for `pencil marks' in Solo, by right-clicking and typing a
number. Many thanks to Chris Thomas, for helping with the detailed
UI design by means of testing an endless series of prototypes.
[originally from svn r5842]
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/puzzles.but b/puzzles.but index 1faa9e8..865aad7 100644 --- a/puzzles.but +++ b/puzzles.but @@ -760,6 +760,23 @@ type a digit or letter on the keyboard to fill that square. If you make a mistake, click the mouse in the incorrect square and press Space to clear it again (or use the Undo feature). +If you \e{right}-click in a square and then type a number, that +number will be entered in the square as a \q{pencil mark}. You can +have pencil marks for multiple numbers in the same square. + +The game pays no attention to pencil marks, so exactly what you use +them for is up to you: you can use them as reminders that a +particular square needs to be re-examined once you know more about a +particular number, or you can use them as lists of the possible +numbers in a given square, or anything else you feel like. + +To erase a single pencil mark, right-click in the square and type +the same number again. + +All pencil marks in a square are erased when you left-click and type +a number, or when you left-click and press space. Right-clicking and +pressing space will also erase pencil marks. + (All the actions described in \k{common-actions} are also available.) \H{solo-parameters} \I{parameters, for Solo}Solo parameters |