Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Number Guessing Game – GUI 🎯

A graphical Number Guessing Game built using Python and Tkinter.
The computer randomly selects a number between 1 and 100, and the user tries to guess it with hints provided after each attempt.

🖥️ Game Features

  • Graphical User Interface (GUI) using Tkinter
  • Input validation for non-numeric values
  • Hints to guess higher or lower
  • Attempt counter
  • Popup message on correct guess
  • Automatic game reset after winning

🧠 How the Game Works

  1. Enter a number between 1 and 100
  2. Click Check Guess
  3. The app tells you to go higher or lower
  4. Game ends when the correct number is guessed
  5. Number and tries reset automatically

⚙️ Technologies Used

  • Python
  • Tkinter
  • Random module

▶️ How to Run

Make sure Python is installed, then run:

python number_guessing_game_gui.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages