Random Tessellation with Python Turtle 04/20/201904/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:52 pm Categories: Difficulty Level 7 list loop random Create a random shape that can be tessellated and draw it. Random Tessellation Tags: list, loop, random, tessellation Post navigation PREVIOUS Previous post: Puzzle Tessellation with Python TurtleNEXT Next post: Random Mountain Curve with Python Turtle Related Post Rainbow TargetRainbow Target 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use for loop to draw the following colorful rainbow target. You may also want to use colorsys library to convert HSV colors to RGB colors. READ MOREREAD MORE Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: READ MOREREAD MORE Colored Semi-Regular Tessellation 3.3.3.4.4 with Python TurtleColored Semi-Regular Tessellation 3.3.3.4.4 with Python Turtle 04/16/201904/16/2019 | JinshengJinsheng | 0 Comment Color the Semi-Regular Tessellation 3.3.3.4.4 with your favorite color. READ MOREREAD MORE
Rainbow TargetRainbow Target 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use for loop to draw the following colorful rainbow target. You may also want to use colorsys library to convert HSV colors to RGB colors. READ MOREREAD MORE
Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: READ MOREREAD MORE
Colored Semi-Regular Tessellation 3.3.3.4.4 with Python TurtleColored Semi-Regular Tessellation 3.3.3.4.4 with Python Turtle 04/16/201904/16/2019 | JinshengJinsheng | 0 Comment Color the Semi-Regular Tessellation 3.3.3.4.4 with your favorite color. READ MOREREAD MORE