This is the traditional egg catching game made in Python. The user can make the basket move both sides using the arrow keys to collect as many eggs as he/she can which is the scoring factor but, he should avoid minions and bombs. There is also a provision to check out the highest score which is implemented using the files system.
Made for the Windows platform.
- Ensure that you have Python (I prefer version 3.5+) installed on your system and the path is properly configured.
- Install the Git client.
- Clone this repository to your local machine.
git clone https://github.com/jamesgeorge007/Catch-It
- Install pygame via the pip package manager.
pip install pygame
- You can find the main source file within the src directory. Run the code and you have the game
- Contributions are always welcomed.
The MIT License