FlappyBee is a fun, lightweight clone of the classic "Flappy Bird" game, where you guide a bee through various obstacles to achieve the highest score possible. This project is designed for learning purposes and showcases basic game development concepts.
- Simple one-touch controls
- Endless runner gameplay
- Score tracking
- Sound effects and animations
- Custom graphics featuring a bee character
- Clone the repository:
git clone https://github.com/elersisg/FlappyBee.git
- Follow the setup instructions for your chosen engine:
- Python/Pygame:
pip install pygame python flappybee.py
- Unity:
Open the project folder in the Unity Editor and press Play. - Godot:
Open the project in the Godot Editor and run the main scene.
- Python/Pygame:
- Press the spacebar (or tap/click) to make the bee flap.
- Avoid hitting the obstacles.
- Try to achieve the highest score!
Contributions are welcome! Please fork the repo and submit a pull request.
This project is licensed under the MIT License.