A simple Sudoku game made with rust and piston.
- 9x9 Sudoku Board
- Random Puzzle Generation
To run the game you need to have a rust development environment install on your computer.
Steps:
git clone https://github.com/ThatGuyJamal/sudoki-rs
cargo build
cargo run
While the game is playable in theory, it can have some improvements.
- save games in progress
- restart a puzzle
- get a hint
- load a different puzzle