Learning Blog
Pygame Zero - Part 1 - Juanary 6
Ex 1. Complete the drawing.
Reference the list of built-in Pygame Zero objects for drawing shapes.
Ex 2. Add the following to the animation:
Make the box move faster.
Make the box move in a different direction.
Add another box and a circle.
Ex. 3 Use an Actor object to add the earth image as the background and the spaceship as the Actor moving across the screen
Ex. 4 Draw and glide the spider vertically. Draw and glide the alien horizontally. Add a blue background.