Skip to content

A fun and interactive Python project where players control a basket to catch falling eggs. The game is built using Python’s tkinter library, which provides a simple graphical user interface .

Notifications You must be signed in to change notification settings

SAMYAALI-22/EGG-CATCHER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Egg Catcher Game Using Pygame

python

This is the copy of the retro which we used to play in 2010 or some year. That time the game was so interesting and playable but now they are deprecated due to new game engine and 3D games. But still i have made this game using python.
Originally when this game was released it was made using java. To support object oriented programming game.
This is my 2nd game using pygame. My first game was the retro snake game.

Modules Required:

  1. Pygame
  2. Threading
  3. Tkinter
  4. PIL or pillow
  5. configparser
  6. sys
  7. random

tkinter Module is used to provide the gui for the game. This module is in-built in python.
configparser Module is used to read the config.ini files which have stores the highscore for every running game.
random module places the hen or egg randomly.
pygame Module is very important as its the module which provides the interface to built the game.

If you have any error while accessing or running the game contact me : Mail me

If You love this Project then don't forget to star me.

Author : SAMYA ALI

About

A fun and interactive Python project where players control a basket to catch falling eggs. The game is built using Python’s tkinter library, which provides a simple graphical user interface .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages