RustGuessingGame

A simple guessing game built with Rust Programming Language To test, clone the project repo git clone https://github.com/digitalsimboja/RustGuessingGame.git

cd into the cloned repo cd RustGuessingGame

Ensure you install rust and cargo by following the rust installation guide on the official documentations or by executing this on your terminal $ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

Confirm if you have rust installed with: cargo --version

Then from the RustGuessingGame directory execute cargo run

You can now interact with the game on your terminal