#tui #sudoku #terminal #puzzle #cross-platform #user-interface

app rudoku-game

A Terminal User Interface (TUI) Sudoku game

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

#138 in Games

30 downloads per month

MIT/Apache

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.

Mainmenu of Rudoku Empty Sudoku Check show a wrong number Completed Sudoku

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

at your option.

Dependencies

~3MB
~49K SLoC