# Rudoku Game TUI Sudoku program written in Rust. The Sudoku logic is implemented in [rudoku-core](https://vcs.p-sft.de/oliver.hanikel/rudoku-core), you can use it as a crate in your own projects. ![Mainmenu of Rudoku](images/menu.png) ![Empty Sudoku](images/empty.png) ![Check show a wrong number](images/error.png) ![Completed Sudoku](images/complete.png) # Installation ### From crates.io ```sh cargo install rudoku-game ``` ### From source ```sh 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](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.