After drawing pentagon spiral of pentagon spirals, draw colored version of hexagon spiral of spirals with recursion and Turtle library. Source Code:
After drawing pentagon spiral of pentagon spirals, draw colored version of hexagon spiral of spirals with recursion and Turtle library. Source Code:
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)
Modify pentagon spiral to draw 5 spirals as shown here. Source Code:
This project draws square spiral inside a square. Now draw a pentagon spiral inside pentagon as shown. Source Code:
In a previous project, we draw a 5 degree square spiral in a square. Use the colosys library to fill the square with gradually changing hues. Also, reduce the tilting
As you can see in the following picture, the squares are tilted by 5 degrees inside a bigger square generating spiral effect. Source Code:
The following red cross with Python and Turtle. You need to fill it with a color. Source Code:
Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library.
Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code:
Draw the following spiral with hexagon shape. In each loop, increase the forward length and turn slightly less than 60 degrees. Source Code: