Get All the Turtles
- Mohamed8
- 4 years ago
- 38 views
Check out Mohamed8's Python Level 1 Master Project! In this game, you are the white circle, bouncing around the octagon. Your goal is to catch as many of the turtles as you can! You can change directions with the arrow keys, and every time you get one, your score goes up. Try to get them all before time runs out and the screen turns purple!
import turtle
import random
Locked
Canvas
Console