git clone git@github.com:yeoffrey/Rust-Guessing-Game.git
cd Rust-Guessing-Game
cargo run
This was an easy project that I basically copied from this example and then made my own modifications.
- User can set the range for the number they have to guess.
- The program will count the number of tries the user takes and then show them the number.
- Better error handling.
- Better validation for input, specifically when the user sets the range for the numbers.
- Test for negative inputs.