Draw the following 12-Flake with Python Turtle. Related Projects:OctaflakePentaflake
Draw the following 12-Flake with Python Turtle. Related Projects:OctaflakePentaflake
Draw the Octaflake fractal with recursion and Turtle library. The following shows Octaflake in various recursion depths: Instead of stopping the recursion by recursion depth, you can also stop the
Draw hexaflake fractal that consists of hexagons with recursion. The following figures show hexaflake in different recursion depths. Source Code: