🏆 You did it!
You finished Project 3 — Rocket Launch! 🚀
What you built
- A starry night sky drawn with 30 random stars
- A silver rocket that flies upward across 50 frames
- An orange smoke trail behind the rocket
🧠 What you learned
forloop withrange(N)— do something N times- Loop variables (
i,step) — a counter that changes each turn - Updating a variable inside a loop (
rocket_y = rocket_y + 8) to animate things - Drawing dots with
pen.dot(N)
🚀 Next project
In Project 4 — Make a Face, you’ll use everything you’ve learned to draw your own face (or alien!) using circles, rectangles, and triangles. Less following the steps, more being creative.
Adapted from Raspberry Pi Foundation — Rocket Launch under CC BY-SA 4.0.