Skip to content

postmodernist1848/yahtzee-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yahtzee-rs

Yahtzee game in Rust

Controls

  • Arrow keys Up/Down/Enter to choose die for saving
  • You can also use hjkl
  • Ctrl+C or Q during the game to exit

Features

  • Ncurses TUI for playing in your favourite terminal
  • Simple AI that plays against the human player
  • Highscore saving (see ~/.config/highscore.txt)

Installation

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/
$ ./yahtzee

or install from crates.io:

$ cargo install yahtzee
$ yahtzee

About

Yahtzee game in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages