Skip to content

Unknown27s/Gussgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Gussgame (Python)

A graphical Guess Game built with Tkinter β€” guess the number within limited attempts, with feedback via GUI.
Good for learning GUI programming, event handling, and Python basics.


🧰 Features

  • A user-friendly GUI using Tkinter
  • Random number generation
  • Feedback after each guess: too high / too low / correct
  • Limited number of attempts
  • Input validation (non-numeric input, out-of-bounds etc.)
  • Clean and simple UI

πŸ“‚ Project Structure

Root Directory

  • Gussgame/
    • main.py β†’ Main game file (Kivy-based GUI)
    • README.md β†’ Project documentation

βš™οΈ Requirements / Dependencies

  • Python 3.x
  • Kivy
  • Standard Python modules:
    • random (for number generation)
  • Kivy modules used in this project:
    • kivy.config.Config (for window size)
    • kivy.app.App
    • kivy.uix.boxlayout.BoxLayout
    • kivy.uix.label.Label
    • kivy.uix.textinput.TextInput
    • kivy.uix.button.Button
    • kivy.animation.Animation
    • kivy.core.window.Window

Install dependencies with:

pip install kivy



  ##How to run the Code?
  git clone https://github.com/Unknown27s/Gussgame.git
  cd Gussgame 
----

About

Gussgame using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages