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

https://github.com/h4jack/number-guessing-game

This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.
https://github.com/h4jack/number-guessing-game

game gamepy guessing number number-guessing-game pygame python

Last synced: 2 months ago
JSON representation

This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.

Awesome Lists containing this project

README

        

# Number Guessing Game
This Python program is a number guessing game where the user can play against the computer or let the computer guess the user's number. The game offers different difficulty levels and modes of play.
## Demo

No Demo Available for this.

## Installation
To run the game, follow these steps:

#### Clone the repo and use and analyze the code:
```git
git clone https://github.com/h4jack/Number-Guessing-Game.git
```
#### Navigate to the project directory:
```bash
cd Number-Guessing-Game
```
#### Run the game:
```py
py number-guessing-game.py
```
## Features
- Two modes of play: User guesses or Robot guesses.
- Different difficulty levels with varying ranges.
- Interactive gameplay with clear instructions.
- Option to play again after each round.

## Usage/Examples

### User Guesses:

Select the mode where the user guesses the number. Choose the difficulty level and start guessing.

### Robot Guesses:

Let the computer guess the number you're thinking of. Provide feedback to the computer after each guess.

### Robot Auto Guesses:

Similar to Robot Guesses, but the computer selects the difficulty level automatically.
## Authors

- [@h4jack](https://www.github.com/h4jack)

## License

This project is licensed under the [MIT License](https://github.com/h4jack/Number-Guessing-Game/blob/main/LICENSE/)

## Feedback

If you have any feedback or suggestions, please feel free to [create an issue](https://github.com/h4jack/Number-Guessing-Game/issues) or [contact us](https://github.com/h4jack).