Sierpinski Carpet 03/24/201903/24/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:08 pm Categories: Difficulty Level 6 recursion Use recursion to draw the following carpet pattern. Sierpinski Carpet Pattern with Python Turtle Tags: fractal, recursion Post navigation PREVIOUS Previous post: Tea CupNEXT Next post: Colorful Sierpinski Carpet Related Post 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 Semi-Regular Tessellation 4.6.12 with Python TurtleSemi-Regular Tessellation 4.6.12 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 4.6.12. READ MOREREAD MORE Dragon CurveDragon Curve 03/06/201903/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This seemingly complex fractal can be drawn by curving a line with a right triangle of 25 degrees recursively. Recurve steps of dragon curve shown in this video: Related Projects: 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
Semi-Regular Tessellation 4.6.12 with Python TurtleSemi-Regular Tessellation 4.6.12 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 4.6.12. READ MOREREAD MORE
Dragon CurveDragon Curve 03/06/201903/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This seemingly complex fractal can be drawn by curving a line with a right triangle of 25 degrees recursively. Recurve steps of dragon curve shown in this video: Related Projects: READ MOREREAD MORE