Skip to content

enoobis/guessing-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple higher/lower guessing game implemented in Python using the Kivy library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages