This is a simple Flappy Bird clone game implemented using Python's turtle
graphics library. The game features a turtle that the player must navigate through a series of pipes without colliding.
- Flappy Turtle gameplay
- Score tracking
- Leaderboard
- Restart and exit options
- Ensure you have Python installed on your system.
- Install the required dependencies:
pip install turtle