5: Interactive Turtles
Last updated
Was this helpful?
Last updated
Was this helpful?
I can interpret an unfamiliar code base.
I can extend the code to my own project.
You will create an interactive program or game based on existing turtle classes
You will be asked regular comprehension questions about Python.
Create an interactive turtle application of your own design. This can be a game or other interactive program, but it must use at least two of the three types of turtle classes we have outlined (moving turtle, keyboard turtle, clickable turtle).
3 pts - Program works without errors
3pts - Program uses two classes of turtle
3pts - Program is interactive. Users can DO something with the program.
1pts - Program is cleaned up (unused imports have been deleted, for example)