https://github.com/tmpstpdwn/catcheggs
A simple egg catching game in python pygame.
https://github.com/tmpstpdwn/catcheggs
2d beginner-project catcheggs game pygame python python3 sdl
Last synced: 2 months ago
JSON representation
A simple egg catching game in python pygame.
- Host: GitHub
- URL: https://github.com/tmpstpdwn/catcheggs
- Owner: tmpstpdwn
- License: gpl-3.0
- Created: 2024-05-21T07:28:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:25:25.000Z (12 months ago)
- Last Synced: 2025-01-14T06:29:45.214Z (4 months ago)
- Topics: 2d, beginner-project, catcheggs, game, pygame, python, python3, sdl
- Language: Python
- Homepage:
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CatchEggs

A simple game in Python using the Pygame library.
## Table of Contents
- [Description](#description)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Whats New?](#whats-new)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)## Description
Eggs are falling from the sky!. Can you catch it?.
## Screenshots
### During gameplay
### Game over
## Installation
- Clone this repo using the command `git clone https://github.com/tmpstpdwn/CatchEggs` on you terminal or cmd
- open the folder `CatchEggs` and just run `main.py` file.
- thats it
- Enjoy## usage
- There is a basket at the bottom of the screen
- the basket can be controlled using `left`, `right` arrow keys.
- the objective is to catch eggs that are falling from the sky.
, score max points in min time without loosing much of life.
- Every time when you fail to catch an egg , one of your lives will be lost
- you have 5 lives in total
- golden egg is worth 2 pts and the other one just one pt.## Whats new?
- Nothing.
## Dependencies
- `python3` is required
- `pygame` is the only external package required to installed if not already installed
- Other packages used are part of the standard library such as
- `random`
- `os`
- `time`## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.