5 releases
0.1.4 | Jun 15, 2023 |
---|---|
0.1.3 | Nov 30, 2022 |
0.1.2 | Jul 25, 2022 |
0.1.1 | Jul 25, 2022 |
0.1.0 | Aug 26, 2020 |
#319 in Games
78KB
383 lines
Rudoku Game
TUI Sudoku program written in Rust. The Sudoku logic is implemented in rudoku-core, you can use it as a crate in your own projects.
Installation
From crates.io
cargo install rudoku-game
From source
git clone https://vcs.p-sft.de/oliver.hanikel/rudoku-game
cd rudoku-game
cargo run --release
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~3MB
~50K SLoC