Play sudoku on the command line.
cargo install sudoku-tui
Run sudoku
to start game.
Use arrow keys/mouse wheel/mouse click to navigate. Enter the number 0-9 to fill in. Click <Hint>
or press <h>
to obtain a hint. Ctrl/Cmd + Z
to undo (unfortunately, due to technical limitations, Ctrl/Cmd + Shift + Z
is not able to map to "redo", but there's a button for it).
Currently only works on MacOS or Linux.
You win
Ctrl + Shift + Z
binding not yet)