A fun Python games I created while learning
This repository contains a collection of simple classic games implemented in Python using the Pygame library. It also includes a GUI launcher built with Tkinter for easy access to each game. All these things i have created when learning Python
- Snake — The classic snake game where you control a growing snake to eat fruits without hitting the walls or itself.
- Pong — A simple two-player Pong game.
- Brick Breaker — Break all the bricks by bouncing a ball with a paddle.
- Catch Game — Catch falling blocks to score points.
- Guess The Number - Guess a number from 1 to 10. and system will respond if you are close or not
- Tic Toc Toe - Tic Tac Toe game where you play against the computer that makes random moves.
- flipping Game
- Hagman Game- It uses buttons for letter guesses and shows the current word and remaining lives.
- Easy-to-use GUI launcher to select and play any game.
- Each game runs in its own window.
- Disabled buttons in the launcher if game files are missing.
- Python 3.x
- pygame library
- Tkinter (usually included with standard Python installations)
- random
- turtle
-
Clone or download this repository.
-
Install pygame if you haven't already:
pip install pygame pip install random pip install tkinter pip install turtle