Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.83 KB

solo_plus.md

File metadata and controls

48 lines (36 loc) · 2.83 KB

Solo+

The original solo app is a little bit too tedious for my taste. When starting a new game, entering pencils marks takes quite some time without really adding fun.

I added some new keyboard controls, to support game solving like those used in other sudoku apps.

Plus key

The + key fills all remaining possible pencils marks. See this example:

Initial game After pressing +

Minus key

The - key removes all pencils marks that directly contradict already filled numbers. See this example:

Initial game After pressing -

Number highlighting

Pressing a number key when no grid cell is selected will highlight all grid cells in green that contain this number (filled or pencil marked).

Left-clicking into a highlighted cell will fill that number. Right-click into a highlighted cell will remove that pencil mark.

See this example:

Board after pressing 1 After left-click into cell at (4/2)

Manual mode

With this mode it is possible to manually enter puzzles from newspapers or other sources. It works like this:

Manual mode starts with an empty grid:
Enter numbers as usual (no pencils or solving during entry mode
When finished, click somewhere on the border outside the game grid, to fixate the numbers. Now the puzzle is ready to play. Restarting a game will return to this state with all fixed clues.