In this project we recreated versions of some famous fractals. If you press the numbers 1-8, you will access a text box that will let you choose which generation of the finite fractal will appear. The way I coded this project was by repeating the same design on every line of the previous generation; the easiest way to see this is by playing around with some of the simpler designs. I learned how to use custom blocks and imbed imbedded blocks. (using custom blocks to define custom blocks that use variables to define themselves.) I would have created a snowflake for the 7th and 8th designs but it didn't look great and lagged my computer.
Names of Fractals:
Koch Curve
Koch Snowflake
Koch Square
Koch Square Snowflake
Minkowski Curve
Minkowski Snowflake
Sierpinski Triangle
Classic Sierpinski
(Respectively)