Crates.io | sudoku-tui |
lib.rs | sudoku-tui |
version | 0.2.0 |
source | src |
created_at | 2020-10-08 01:02:33.756312 |
updated_at | 2020-10-10 20:51:42.461232 |
description | Play sudoku on the command line. (TUI interface) |
homepage | |
repository | https://github.com/TianyiShi2001/sudoku-tui |
max_upload_size | |
id | 297131 |
size | 410,615 |
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.
You win
Ctrl + Shift + Z
binding not yet)