Create 100 turtles with random colors. They all start from position (0,0) and start doing random walk. Also draw the bounding circle with the color of the farthest turtle. Video
In a previous project, you drew Archimedean Spiral, in which radius increase linearly with the angle. In Fermat’s spiral, radius increases in proportion to the square root of the angle.
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)