A Python implementation of the classic Flappy Bird game with enhanced features.
Credits:
- I got the inspiration, original code and assets from https://github.com/LeonMarqs/Flappy-bird-python | All credits to them
Enhanced Features:
- High Score Database: Stores and displays the highest score achieved.
- Dynamic Scoring: Displays the current score as the player progresses.
- Day and Night Cycle: Alternates between day and night backgrounds every 100 points.
- Increasing Difficulty: The game speed gradually increases after every 100 points making it difficult for the user.
Forked and Modified by:
- Leslie Osei-Anane
- https://github.com/lesprgm
Languages:
- Python
- SQL