Skip to content

A simple number guessing game with a GUI built using Python and tkinter.

License

Notifications You must be signed in to change notification settings

VihaanToTheRescue/number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number Guessing Game (GUI Version)

A simple number guessing game built with Python and tkinter.

How to Play:

  • The game thinks of a random number between 1 and 100.
  • You need to guess the number.
  • After each guess, the game will tell you if your guess is too high or too low.
  • The game will track how many attempts it takes to guess the correct number.

Features:

  • Graphical User Interface (GUI)
  • History of previous games with guesses and attempts
  • Difficulty levels (now implemented)
  • Displays the number of attempts

How to Run:

  1. Clone the repository or download the game.py file.
  2. Ensure you have Python 3 and tkinter installed.
  3. Run the command python game.py to start the game.

License:

This project is open-source and available under the MIT License.

About

A simple number guessing game with a GUI built using Python and tkinter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages