In a previous project, you drew a Sierpinski Triangle with Chaos Game. Instead of a triangle, use four points of a square as the target points and play the chaos
In this Python Turtle project, you are going to use recursion to draw the following shape. Observe the picture very carefully and find out the recursive pattern. Related Project: Recursive