boja_guessing_game

Crates.ioboja_guessing_game
lib.rsboja_guessing_game
version0.1.0
sourcesrc
created_at2022-05-02 14:04:56.015295
updated_at2022-05-02 14:04:56.015295
descriptionA fun game where you guess what number the computer has chosen.
homepage
repository
max_upload_size
id579115
size4,676
Sunday Mgbogu (digitalsimboja)

documentation

README

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

Commit count: 0

cargo fmt