Turtle Dash
- pranav_pyapali
- 4 years ago
- 37 views
This is pranav_pyapali's Python Level 1 Master Project! Watch the video to see them explain the game, but basically you are the green turtle, trying to avoid the cars coming at you! You move back and forth with the 'a' and 'd' keys, and as long as you stay alive your score will increase. But, once you get hit by a car, the game is over. Good luck!
# Setup Code
import turtle
Locked
Canvas
Console