Raining Turtles
- Dirby
- 4 years ago
- 11 views
Check out Dirby's Python with Turtle game 'Raining Turtles', where turtles are raining from the sky and you have to dodge them! You are the square at the bottom of the screen, and can move left with the 'a' key, and right with the 'd' key. When you touch one of the falling turtles, the game ends. Good luck!
import turtle
import random
Locked
Canvas
Console