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.
- Host: GitHub
- URL: https://github.com/h4jack/number-guessing-game
- Owner: h4jack
- License: mit
- Created: 2024-06-01T16:47:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T16:53:44.000Z (12 months ago)
- Last Synced: 2025-01-20T19:45:07.113Z (4 months ago)
- Topics: game, gamepy, guessing, number, number-guessing-game, pygame, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## DemoNo 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).