Penrose Tiling with Python Turtle 04/18/201904/18/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:35 pm Categories: colorsys Difficulty Level 10 list loop math random recursion Penrose tiling is a beautiful non-periodic tiling method. Draw it with your favorite color combination. Penrose Tiling with Python Turtle Tags: list, loop, math, recursion, tessellation Post navigation PREVIOUS Previous post: Find Different Color Game with Python TurtleNEXT Next post: Colorful Penrose Tiling with Python Turtle Related Post Random Moving LineRandom Moving Line 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Animate a random moving line with Python Turtle. What’s next:Two Randomly Moving Intersecting Lines READ MOREREAD MORE Square GridSquare Grid 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Write a program that draws a square grid. This shape is also called square tessellation or square tiling. READ MOREREAD MORE HoneycombHoneycomb 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations READ MOREREAD MORE
Random Moving LineRandom Moving Line 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Animate a random moving line with Python Turtle. What’s next:Two Randomly Moving Intersecting Lines READ MOREREAD MORE
Square GridSquare Grid 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Write a program that draws a square grid. This shape is also called square tessellation or square tiling. READ MOREREAD MORE
HoneycombHoneycomb 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations READ MOREREAD MORE