#game #guessing #numbers #fun #guess #computer #git-clone

app boja_guessing_game

A fun game where you guess what number the computer has chosen

1 unstable release

0.1.0 May 2, 2022

#497 in Games

MIT/Apache

3KB

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

Dependencies

~310KB