Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.52 KB

Fruit Basket Game


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.

Features

  • 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.

Project Scope

This project has several features and functionalities:

  1. Save Game Meta Data: Ability to save game progress and metadata.
  2. Sound Controlling System: Control and manage sound effects within the game.
  3. Power Fruit Feature: Special fruits with unique effects or properties.

Contributing

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.

Getting Started

To get started with this project:

  1. Clone the repository to your local machine.
  2. Install Python and Pygame library if not already installed.
  3. Run the main game file to start playing.

License

This project is licensed under the MIT License.

Authors