In this video, you’ll use Scratch to draw the Sierpiński triangle, a classic fractal made entirely out of smaller repeating triangles. It’s a great way to explore recursion, where something repeats by calling itself with slightly different values each time.
Recursion might sound tricky at first, but this project makes it easy to understand by showing it visually. You’ll see how a simple block of code can repeat itself to create detailed and interesting patterns.
Fractals like the Sierpiński triangle are built using this idea. You start with one shape, then keep repeating a smaller version inside it. Each new triangle fits perfectly into the larger one, and the pattern grows more complex as it continues.
By the end, you’ll understand how recursion works, how fractals are built, and how to use Scratch in a more advanced and creative way.
Watch the full video to follow along, build your own fractal, and experiment with your own ideas!