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
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
Use colorsys library and recursion to draw the following colorful carpet.
Use recursion to draw the following carpet pattern.
Based on previous Hilbert Curve, add rainbow color to it.
Hilbert Curve is a space-filling curve, which allows one dimensional curve to fill two or higher dimensional spaces. This has many applications including mapping images (two dimensional) to sound (one
Let’s zoom into Mandelbrot Set and see what details it has. Each picture shows the x,y coordinates of the center and the radius.
Continuing from Mandelbrot Set project, use colorsys library to set the hue based on the number of iterations needed to go outside the boundary. The result can be an amazingly
Mandelbrot Set is a very intriguing and complex shape. Although it doesn’t appear to be recursive, it has part that contains the main shape shown here. You will need to
Although looking very different, Lévy C Curve’s construction is almost identical to the Jurassic Park Curve. The following is demo of recursive steps of drawing this curve.
Jurassic Park Dragons can align perfectly. Draw four dragons as shown here. Related Projects: Jurassic Park Dragon Colored Jurassic Park Dragon