Box Fractal with Python Turtle 04/27/201904/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:19 am Categories: Difficulty Level 6 recursion Use recursion to draw the following Box Fractal shape. Box Fractal with Recursive Depth 1 Box Fractal with Recursive Depth 2 Box Fractal with Recursive Depth 5 Tags: fractal, recursion Post navigation PREVIOUS Previous post: ViolinNEXT Next post: Sierpinski Pentagon with Python Turtle Related Post Stacked Squares Fractal (Source Code)Stacked Squares Fractal (Source Code) 08/20/202008/20/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown fractal of stacked squares with Python and Turtle. Source Code: READ MOREREAD MORE Lévy C CurveLévy C Curve 03/06/201903/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Although looking very different, Lévy C Curve’s construction is almost identical to the Jurassic Park Curve. The following is demo of recursive steps of drawing this curve. READ MOREREAD MORE Hexagon Spiral of Spirals Colored (Source Code)Hexagon Spiral of Spirals Colored (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment After drawing pentagon spiral of pentagon spirals, draw colored version of hexagon spiral of spirals with recursion and Turtle library. Source Code: READ MOREREAD MORE
Stacked Squares Fractal (Source Code)Stacked Squares Fractal (Source Code) 08/20/202008/20/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown fractal of stacked squares with Python and Turtle. Source Code: READ MOREREAD MORE
Lévy C CurveLévy C Curve 03/06/201903/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Although looking very different, Lévy C Curve’s construction is almost identical to the Jurassic Park Curve. The following is demo of recursive steps of drawing this curve. READ MOREREAD MORE
Hexagon Spiral of Spirals Colored (Source Code)Hexagon Spiral of Spirals Colored (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment After drawing pentagon spiral of pentagon spirals, draw colored version of hexagon spiral of spirals with recursion and Turtle library. Source Code: READ MOREREAD MORE