This is great!
In your listing at the end I think you might be missing some lines - before the functions:
player = turtle.Turtle()
And a little later, before binding the event handlers:
turtle.listen()
Correct! thank you for the note
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: teach your kids to build their own game with Python - 1 VIEW POST
FULL DISCUSSIONThis is great!
In your listing at the end I think you might be missing some lines - before the functions:
And a little later, before binding the event handlers:
Correct!
thank you for the note