Draw a yellow flower with 5 petals. Check here to find an easier project that draws a single petal. Also check out the tutorial on drawing a single petal.
Draw a yellow flower with 5 petals. Check here to find an easier project that draws a single petal. Also check out the tutorial on drawing a single petal.
Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal.
Knowing how to draw a petal, color it with your favorite color.
Draw a petal shape as shown. Trick here is use circle() function’s extent parameter to draw an arc of a circle and then call setheading() function with opposite (+180 degrees)
We have a random maze generator project. Try to generate a circular maze. The entrance is at the top and exit is at the center. Again, make sure there is
You drew a spider web in a previous project. Draw a spider web with a hole at the center.
Draw a snowman! You can use circle() function with extent parameter to draw part of a circle.
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
Generate a random maze as shown in here. Your maze must have a path from entrance (bottom left) to exit (top right). Also, try to make the maze as difficult