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

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.

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 play

The 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!