Project Description: This project focused on creating fractal shapes, specifically programming a sprite to draw different generations of the Koch Curve and the Square Koch Curve using keyboard inputs. The goal was to demonstrate self-silmilarity by having the sprite generate increasingly complex versions of these fractals. We learned how to save time coding by duplicating blocks of code and the mass changing the lengths of lines so they are smaller with each generation (multiplying each divisor of 480 by 3.) While optional extensions like the Minkowski Curve and the Sierpinski Triangle were suggested, I didn't understand how to complete those parts in addition to not having enough time.
Project Link: LINK TO PROJECT
Directions For Use:
Koch Curve Generations
1 key = Generation 1
2 key = Generation 2
3 key = Generation 3
4 key = Generation 4
5 key = Generation 3 Snowflake
Square Koch Generations
a key = Generation 1
b key = Generation 2
c key = Generation 3
*Did not have time for optional Minkowski Curve