T-Square fractal can be drawn with chaos game as shown in this project. We can also use stacked square to draw T-Square fractal. As you increase the recursion depth of
After finishing 5 spirals and spiral of spirals, draw the following pentagon spiral of pentagon spirals using recursion. Source Code: (This code may run for several minutes)
Draw the following fractal made up of nesting pentagrams with either recursion or iteration. Hint: Making a function that draws pentagram in any location, radius, and direction will help! Source