Flappy Turtle
- Roman711
- 4 years ago
- 155 views
Roman711 was able to recreate the Flappy Bird game in Python Turtle! You can use the up arrow key to make the turtle flap up to keep it from hitting the blocks. Make sure you time your keypresses so that you don’t hit the pillar! There are multiple levels to this game, try your best to go as many levels as you can!
import turtle
import random
Locked
Canvas
Console