A polished Flappy Bird clone built with Python and Pygame — designed for both gameplay and teaching Git, GitHub, and collaborative development workflows.
- Smooth physics and animation
- Pipe generation with collision detection
- Score tracking and restart button
- [Git-ready features commented out] to teach Git via practical uncomment-and-commit tasks:
- 🔊 Sound effects (
flap.wav,hit.wav) - 💾 High score saving
- 💀 Game over screen
- 🐥 Physics tuning (gravity changes)
- 🔊 Sound effects (
- Python 3.7+
- Pygame
Use the included launcher:
python run_game.py
## 🔧 Manual Setup (Cross-platform)
> You can launch the game using the included Python runner:
```bash
python run_game.py