In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points.
In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points.
Draw a random mountain curve given two end points. Tutorial for this project available: How to Draw Random Mountain Curves with Python and Turtle What’s next:Draw Blue Sky, Mountains, Clouds
Create a random shape that can be tessellated and draw it.
Draw the following simplified puzzle shape tessellation.
Penrose Triangle is a famous impossible shape. Draw it with Python Turtle! Source Code:
Draw a different color pattern for Penrose Tiling:
We all possible hues with colorsys library to draw a very colorful Penrose tiling.
Penrose tiling is a beautiful non-periodic tiling method. Draw it with your favorite color combination.
Make a fun game that tests how fast you can identify very small color variation. You can use colorsys library to vary hue, saturation, brightness, or any combination of them.