From ef5c017a5f6863b5f8f2085b0c26106765d73ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Thu, 1 Oct 2015 22:53:53 +0200 Subject: Add hinting feature to Guess. Pressing H now suggests the lexicographically first row consistent with all previous feedback. The previous function of the H key to toggle a hold marker on the current peg is now performed by Space / CURSOR_SELECT2, which is more in line with other puzzles anyway. --- puzzles.but | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'puzzles.but') diff --git a/puzzles.but b/puzzles.but index 8ad466f..def571e 100644 --- a/puzzles.but +++ b/puzzles.but @@ -1324,7 +1324,11 @@ Alternatively, with the keyboard, the up and down cursor keys can be used to select a peg colour, the left and right keys to select a peg position, and the space bar or Enter key to place a peg of the selected colour in the chosen position. \q{D} or Backspace removes a -peg, and \q{H} adds a hold marker. +peg, and Space adds a hold marker. + +Pressing \q{h} or \q{?} will fill the current guess with a suggested +guess. Using this is not recommended for 10 or more pegs as it is +slow. When the guess is complete, the smaller feedback pegs will be highlighted; clicking on these (or moving the peg cursor to them with the arrow keys -- cgit v1.1