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 Nested CirclesNested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following shape. READ MOREREAD MORE SwarmSwarm 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment What will happen to a large number of randomly moving objects if you let them follow only one rule: try to move in the same direction as your neighbors do. READ MOREREAD MORE Pythagoras Tree Fractal with Filled Color (Source Code)Pythagoras Tree Fractal with Filled Color (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Pythagoras Tree, draw a version with filled color. Color branches with brown and leaves with green. Source Code: READ MOREREAD MORE
Nested CirclesNested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use recursion to draw the following shape. READ MOREREAD MORE
SwarmSwarm 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment What will happen to a large number of randomly moving objects if you let them follow only one rule: try to move in the same direction as your neighbors do. READ MOREREAD MORE
Pythagoras Tree Fractal with Filled Color (Source Code)Pythagoras Tree Fractal with Filled Color (Source Code) 08/30/202008/30/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Pythagoras Tree, draw a version with filled color. Color branches with brown and leaves with green. Source Code: READ MOREREAD MORE