Hex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:23 pm Categories: Difficulty Level 6 loop recursion Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. Hex Star Fractal Tags: fractal, recursion Post navigation PREVIOUS Previous post: Hex Star with Python and TurtleNEXT Next post: Hindu Temple (All-Sided) Fractal with Python Turtle Related Post Semi-Regular Tessellation 3.3.3.4.4 with Python TurtleSemi-Regular Tessellation 3.3.3.4.4 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.3.3.4.4. READ MOREREAD MORE Recursive WindowsRecursive Windows 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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 READ MOREREAD MORE Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE
Semi-Regular Tessellation 3.3.3.4.4 with Python TurtleSemi-Regular Tessellation 3.3.3.4.4 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.3.3.4.4. READ MOREREAD MORE
Recursive WindowsRecursive Windows 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment 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 READ MOREREAD MORE
Fractal Tree with Python Turtle (Source Code)Fractal Tree with Python Turtle (Source Code) 08/19/202008/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code: READ MOREREAD MORE