Python and Turtle Difficulty Level 7,list,loop,math,python,random Restricted Polygon Chaos Game 1 with Python Turtle

Restricted Polygon Chaos Game 1 with Python Turtle

In a previous project, you drew a Sierpinski Triangle with Chaos Game. You also did restricted chaos projects for square and pentagon. Now, generalize the project that allows chaos game for polygon of any number of vertices.

In this project, the restriction is: next vertex cannot be close neighbors of previously chosen vertex. This restriction should draw following figures from pentagon to decagon.

Pentagon Fractal with Chaos Game
Hexagon Fractal with Chaos Game
Heptagon Fractal with Chaos Game
Octagon Fractal with Chaos Game
Nonagon Fractal with Chaos Game
Decagon Fractal with Chaos Game

Related Post