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.
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.
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.
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
You created a random letter matrix in a previous project. Write a program that generates a random word search table given a list of words. You will practice list, string
Generate a matrix or random letters from A to Z.
In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is
In a previous project, you animated a lot of fireflies that are moving and lighting up at different phases. In the nature fireflies sometime synchronize making a wonderful show! It