This is a simple higher/lower guessing game implemented in Python using the Kivy library.
- Python 3
- Kivy
To run the game, clone this repository and run the following command:
python main.py
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!