Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 629 Bytes

Rust Guessing Game

To get started with this code, first, clone it onto your system using the following command:

git clone https://github.com/amiroooamiran/Rust-Guessing-Game.git

Next, build the necessary packages in your system by executing:

cargo build

Finally, run the game by entering the following command within the Rust Cargo environment:

cargo run -q

This game challenges you to guess a randomly generated number within a specified range. Test your intuition and numerical prowess as you attempt to uncover the mystery number. Enjoy the thrill of guessing and see if you can beat the odds!