Turtle Soccer
- eztheman13
- 3 years ago
- 269 views
In Python with Turtle, Juni student @eztheman13 created a soccer playing simulator! You can run forwards, backwards, left and right around the field, before you use the 'space' bar to shoot the ball and try and score a goal. It might take you a few tries to master the controls, see if you are up for the challenge!
import turtle
import random
Locked
Canvas
Console