Space Dodge
- nisstelag
- 3 years ago
- 121 views
For their Python Level 1 Master Project, Juni student @nisstelag made this Space Dodge game. Watch the video to see them explain what all the characters mean, but you are the whiter turtle, and you always move forward! But, to dodge, you can use the 'left' and 'right' arrow keys to turn. Great job!
import turtle
import random
Locked
Canvas
Console