https://github.com/enoobis/guessing-game-python
This is a simple higher/lower guessing game implemented in Python using the Kivy library.
https://github.com/enoobis/guessing-game-python
Last synced: about 2 months ago
JSON representation
This is a simple higher/lower guessing game implemented in Python using the Kivy library.
- Host: GitHub
- URL: https://github.com/enoobis/guessing-game-python
- Owner: enoobis
- License: mit
- Created: 2023-01-09T17:10:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T17:11:51.000Z (over 2 years ago)
- Last Synced: 2025-02-15T18:51:40.948Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guessing-game-python
This is a simple higher/lower guessing game implemented in Python using the Kivy library.
## Requirements- Python 3
- Kivy## Running the game
To run the game, clone this repository and run the following command:
```python
python main.py
```
## How to playThe game will ask you to guess a number between 1 and 100 (inclusive). Enter your guess in the text input field and press the submit button to check your guess. The game will tell you if your guess is too high, too low, or correct. Keep guessing until you correctly guess the secret number! The game will keep track of the number of guesses you make and display it when you win.
Good luck!