Skip to content

amiroooamiran/Rust-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!