An open API service indexing awesome lists of open source software.

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.

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.