This is a simple guessing game implemented in Rust.
- Clone the repository:
git clone https://github.com/mambucodev/guessing-game.rs.git
- Navigate to the project directory:
cd guessing-game.rs
- Build the project:
cargo build
- Run the game:
cargo run
- Follow the instructions on the screen to play the game.
This project is licensed under the MIT License. See the LICENSE file for more details.