/rust_fun_sudoku

Learning project

Primary LanguageRust

simpe console game

move cursor: [w, a, s, d]
set value: enter, press digit, enter
current position 3, 1
_____________________
| 0 0 0| 0 0 0| 0 0 0
| 0 1 0| 0 0 0| 0 0 0
| 0 0 0| 1 0 0| 0 0 0
_____________________
| 0 X 0| 3 1 0| 0 0 0
| 0 0 0| 2 0 0| 0 0 0
| 0 0 0| 0 0 0| 0 0 0
_____________________
| 0 0 0| 0 0 0| 0 0 0
| 0 0 0| 0 0 0| 0 0 0
| 0 0 0| 0 0 0| 0 0 0