https://github.com/007tickooayush/rust-guessing-game
A guessing game created with Rust programming language, portraying a simple implementation of programming concepts in Rust language.
https://github.com/007tickooayush/rust-guessing-game
Last synced: about 2 months ago
JSON representation
A guessing game created with Rust programming language, portraying a simple implementation of programming concepts in Rust language.
- Host: GitHub
- URL: https://github.com/007tickooayush/rust-guessing-game
- Owner: 007tickooayush
- Created: 2024-01-31T16:06:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-31T16:08:47.000Z (over 1 year ago)
- Last Synced: 2025-02-01T01:36:55.250Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guessing Game
This is a simple number guessing game implemented in Rust.
## How to Play
1. Clone the repository:
```bash
git clone https://github.com/your-username/number-guessing-game.git
```2. Change into the project directory:
```bash
cd number-guessing-game
```3. Build the game:
```bash
cargo build
```4. Run the game:
```bash
cargo run
```5. Follow the instructions on the screen to play the game. Try to guess the randomly generated number within the given number of attempts.