Yahtzee game in Rust
- Arrow keys Up/Down/Enter to choose die for saving
- You can also use hjkl
- Ctrl+C or Q during the game to exit
- Ncurses TUI for playing in your favourite terminal
- Simple AI that plays against the human player
- Highscore saving (see ~/.config/highscore.txt)
You can either build the latest version from Github:
$ git clone https://github.com/postmodernist1488/yahtzee-rs.git
$ cd yahtzee-rs
$ cargo build --release
$ cd target/release/
$ ./yahtzeeor install from crates.io:
$ cargo install yahtzee
$ yahtzee