rust-sudoku A Sudoku implementation in Rust. Controls Use mouse or arrow keys to select cells. Keys: 1-9 - fill in a digit Backspace - clear a cell R - generate new S - show solution Esc - exit Requirements Rust Cargo Freetype6 Building $ cargo build Running $ cargo run