rudoku-game

Crates.iorudoku-game
lib.rsrudoku-game
version0.1.4
sourcesrc
created_at2020-08-26 09:57:58.858688
updated_at2023-06-15 22:39:55.205226
descriptionA Terminal User Interface (TUI) Sudoku game.
homepagehttps://vcs.p-sft.de/oliver.hanikel/rudoku-game
repositoryhttps://vcs.p-sft.de/oliver.hanikel/rudoku-game
max_upload_size
id280916
size119,352
Oliver Hanikel (Oliver-Hanikel)

documentation

README

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.

Commit count: 0

cargo fmt