Master Platformer
- chloe_wong_
- 4 years ago
- 53 views
For their Python Master project, chloe_wong_ created a classic platformer game! Press the down arrow to start, and then maneuver the red square with the left, right, and up arrows to dodge the falling platforms and stay alive. For an extra challenge, try to survive for the entire duration of chloe_wong_’s awesome video explanation. Good luck!
import turtle
t = turtle.Turtle()
Locked
Canvas
Console