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
Python’s random library
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 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.
Draw the following spiral based on filled squares which changes the size as they rotate. Source Code:
Combine Vogel’s Model with Mosaic Projects to draw a mosaic Vogel’s model with Python Turtle.
This project is combination of butterfly curve and mosaic project. Figure out how to combine the two to draw a mosaic Butterfly Curve.
This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve.