An interactive Number Guessing Game in Rust CLI that uses random number generation, user input, and control flow to guide the player.
This will download the dependecies into your project
for attempt in 1..=max_attempts to count attempts. This automatically stops after the allowed number.I added 3 new features to the guessing game