Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code:
Be able to define and implement functions
Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code:
Use recursion to draw the following Sierpinski Triangle the similar method to drawing a fractal tree. Source Code:
Knowing how to draw a football shape, draw a sixteen petal flower with loop and custom function. Code:
You drew an Expanding Tilted Circles in a previous project. Animate by rotating these circles with circles inside moving faster than circles outside.
In a previous project you drew a circle spiral. Now animate it to a vertigo effect. Vertigo Animation
In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Now add rainbow color to it with colorsys library. You may also need to define your own
Draw our logo picture as shown. Related Projects: Not So Perfect Tree Rainbow Colored Tree
In a previous project you are asked draw a colorful Sierpinski Triangle with recursion and colorsys library. Now animate this beautiful triangle as shown in the video below. Related Projects:
Animate a moving cart with a smiley inside 🙂 Related Projects: 3 Moving Wheels Moving Wheel Animation
Use turtle animation to draw an analog clock with only second hand. You can either use turtle timer event or use time library’s sleep function to make the clock move.