Draw the following recursive stars.
Draw the following recursive stars.
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
Draw the following recursive Mickey Mouse. Related Projects: Ellipse Animating Ellipse Drawing
Tower of Hanoi is a puzzle where you need to move all the rings from peg 1 to peg 3. Rules are: 1. You can only move one ring at
Use recursion to draw a colorful snowflake as shown here.
In style similar to Fibonacci Spiral, draw the following Golden Spiral. Unlike Fibonacci tiling, the ratio between to successive squares is strictly golden ratio (1.61803398875). Please note that Golden Spiral
Draw Fibonacci tiling and Golden Ratio Tiling in one canvas. Which one is Golden Ratio Tiling?