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).
Works on Linux, MacOS and Windows, although you may be unable to use mouse actions on Windows.
- Basic logic
- Display
You win - Undo/Redo (
Ctrl + Shift + Zbinding not yet) - Limit number of steps?
- Score calculation & difficulty selection
- history?
- time taken
- Hex
