You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral
You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral
Create a list of snowflakes and let them fall slowly with random drifting movement. Video of this animation:
Use recursion to draw a snowflake as shown below. Related Projects: Koch Snowflake
Use Turtle’s timer events to draw a simple timer as shown. Related Project: Millisecond Timer
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
Draw our logo picture as shown. Related Projects: Not So Perfect Tree Rainbow Colored Tree
In this project you are going to simulate random walk. Create five or more turtles and put them into a Python List. In each iteration, each turtle in the list
In a previous project you drew a tree, which looks too perfect. Add some randomness and color to the tree to make it look a little more realistic. Related Projects:
Draw the following tree with recursion. Related Projects: Rainbow Colored Tree
In a previous project you drew a rainbow colored tree. Animate this tree by making it grow thinner as shown in this video. Related Project: Rainbow Colored Tree