This is a simple command-line guessing game written in Rust.
- Random number generation
- User input handling
- Input validation
- Feedback after each guess
- Make sure you have Rust installed.
- Clone or download this repository.
- Build and run the project:
cargo run
src/main.rs: Main source code for the guessing game.Cargo.toml: Project configuration and dependencies.
This project is for learning purposes.
- Shivam Sharma