This project is a simple 2D game developed in Python using the Pygame library. In this game, players control a basket to catch falling fruits while avoiding bugs. The game features various levels with increasing difficulty, animated sprites, sound effects, and more.
- Catch falling fruits with the basket.
- Avoid bugs to prevent losing lives.
- Multiple levels with increasing speed and number of obstacles.
- Sound effects for collisions and level changes.
This project has several features and functionalities:
- Save Game Meta Data: Ability to save game progress and metadata.
- Sound Controlling System: Control and manage sound effects within the game.
- Power Fruit Feature: Special fruits with unique effects or properties.
Contributions to this project are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Ensure your code follows the existing coding style and conventions.
- Write clear and concise commit messages.
- Submit a pull request detailing your changes and any relevant information.
To get started with this project:
- Clone the repository to your local machine.
- Install Python and Pygame library if not already installed.
- Run the main game file to start playing.
This project is licensed under the MIT License.
- Fatin Shadab - Initial work