In this lesson we cover working with Python turtle graphics. The three main skills shown are:
-displaying a turtle as an image
-adding a background image in Turtles
-moving the turtle using the keyboard
We load a background image of outer space and convert the turtle into a rocket ship. The rocket flies across the background, then re-centers and allows the user to control the rocket motion with the arrow keys.
-displaying a turtle as an image
-adding a background image in Turtles
-moving the turtle using the keyboard
We load a background image of outer space and convert the turtle into a rocket ship. The rocket flies across the background, then re-centers and allows the user to control the rocket motion with the arrow keys.
- Category
- Working with graphics

Be the first to comment