Yahtzee game in Rust
Ctrl+C or Q during the game to exit
Ncurses TUI for playing in your favourite terminal
You can either build the latest version from Github:
console
$ git clone https://github.com/postmodernist1488/yahtzee-rs.git
$ cd yahtzee-rs
$ cargo build --release
$ cd target/release/
$ ./yahtzee
or install from creates.io:
console
$ cargo install yahtzee
$ yahtzee