• Stars
    star
    1
  • Language
    Rust
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This game is a game built to learn the Rust programming language and a bit about game programming. It is based heavily on the example game found in the rust book on rust-lang.org (https://doc.rust-lang.org/stable/book/ch02-00-guessing-game-tutorial.html). The commit history even follows the major steps presented in the tutorial.