Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code:
Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code:
Draw the following spiral with square shape. In each loop, increase the forward length and turn slightly less than 90 degrees. Source Code:
Draw the following spiral with triangle shape. In each loop, increase the forward length and turn slightly less than 120 degrees. Source Code:
Knowing how to draw a football shape, draw a sixteen petal flower with loop and custom function. Code:
Game of SIM was inventedĀ in 1969 by Gustavus Simmons. In this two player (red and blue) game, each player takes turn to connect two vertices of a hexagon with the
Design a two player tic-tac-toe game with Python Turtle. You will need to use onclick() event to let two human players play against each other. Source Code:
This is another Akiyoshi illusion. It feels like the center is bulging. Source Code:
Akiyoshi made this original rolling illusion. It feels like the cylinders are rolling. You may want to how to draw oval or ellipse for this project. Source code:
Although both orange circles have the same size, one appears to be bigger than the other.
Animate the Hering Illusion as shown here. Observe how the illusion changes as the blue lines change.