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 Colored Square Tree Fractal (Source Code)Colored Square Tree Fractal (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the square tree fractal using the colorsys library. Source Code: READ MOREREAD MORE 3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE Pentagon Spiral of Pentagon Spirals Fractal (Source Code)Pentagon Spiral of Pentagon Spirals Fractal (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment After finishing 5 spirals and spiral of spirals, draw the following pentagon spiral of pentagon spirals using recursion. Source Code: (This code may run for several minutes) READ MOREREAD MORE
Colored Square Tree Fractal (Source Code)Colored Square Tree Fractal (Source Code) 08/29/202008/29/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the square tree fractal using the colorsys library. Source Code: READ MOREREAD MORE
3D Tessellation Effect with Python Turtle3D Tessellation Effect with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use parallelogram and square to fill the plane. Add shades to the shapes to have 3D effect. READ MOREREAD MORE
Pentagon Spiral of Pentagon Spirals Fractal (Source Code)Pentagon Spiral of Pentagon Spirals Fractal (Source Code) 09/22/202009/22/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment After finishing 5 spirals and spiral of spirals, draw the following pentagon spiral of pentagon spirals using recursion. Source Code: (This code may run for several minutes) READ MOREREAD MORE