-📥 Download Game: https://github.com/skiler-99/flappybird-python/releases/latest -Flappy Bird clone in Python (single file) — Pygame + optional MySQL leaderboard. -Only for learning purpose
- pip install -r requirements.txt
- python main2.py
- To store leadboard data create database(player_name, score)
- Python
- Pygame
- MySQL (optional leaderboard storage)
| Purpose | Technology |
|---|---|
| Game development | Python + Pygame |
| Database storage (optional) | MySQL |
| Offline storage fallback | JSON File |