In Pascal’s Triangle, the value of a cell is the sum of its two shoulders. It has many fun properties. You drew a triangular stack of hexagons before. Now fill
In Pascal’s Triangle, the value of a cell is the sum of its two shoulders. It has many fun properties. You drew a triangular stack of hexagons before. Now fill
You drew a hex grid in a previous project. Now draw a honeycomb based on that project. The (h,s,v) values of honeycomb is about (0.11,0.95,0.8). Add some tiny random fluctuations
Previously, you drew triangular stack of hexagons. Now make it colorful by using the colorsys library.
Draw the following triangular stack of hexagons. Related Project: Stack of Circles
Conway’s Game of Life is 0-player game designed by John Horton Conway in 1970. Each cell has two states: dead (black) or alive (white or empty). At the next generation
Draw the following recursive Mickey Mouse. Related Projects: Ellipse Animating Ellipse Drawing
Use ellipse to draw the following colorful elliptical petals.
AnĀ ellipse is a curve surrounding two focal points such that the sum of the distances to the two focal points is constant for every point on the curve. You drew
Turtle unfortunately doesn’t provide function to draw an ellipse. An ellipse is a curve surrounding two focal points such that the sum of the distances to the two focal points
Buffon’s needle problem is as follows: “Suppose we have a floor made of parallel strips of wood, each the same width, and we drop a needle onto the floor. What