https://github.com/uiu-developers-hub/fruitbasket
A implementation of Falling Fruits game with pygame
https://github.com/uiu-developers-hub/fruitbasket
game pygame-games python
Last synced: 10 months ago
JSON representation
A implementation of Falling Fruits game with pygame
- Host: GitHub
- URL: https://github.com/uiu-developers-hub/fruitbasket
- Owner: UIU-Developers-Hub
- License: mit
- Created: 2024-01-15T05:27:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T17:46:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T00:17:58.675Z (11 months ago)
- Topics: game, pygame-games, python
- Language: Python
- Homepage:
- Size: 1.81 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](LICENSE).
### Authors
- [Fatin Shadab](https://github.com/FatinShadab) - *Initial work*