Project Description: Creating repeating code that makes designs that can repeat themselves. Designs include 2 different Koch Curves (Classic and Square), the Minkowski Curve, and the Sierpinski Triangle
Project Link: https://scratch.mit.edu/projects/1266564336
Project Description: We used custom blocks to simplify the process that we used to make the other fractals. We also used recursion to utilize and adjustable generation slider.
Project Link: https://scratch.mit.edu/projects/1292737174
SOUL Reflection:
Strengths: I was able to really understand how to use custom blocks and if-then loops to use recursion for the adjustable generations. I was also really strong in my recursion code for the Sierpinski code because my recursion code is not the same as my generation 1 code!
Understanding: I learned a lot from this project. I learned how to make use of custom blocks in a new way, called recursion, so the custom blocks call back on themselves which can abstract the code and minimize the time spent repeating the same code over and over again.