There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.4.6.4 with Python Turtle.
There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.4.6.4 with Python Turtle.
Add colors to the Rhombus Tessellation.
Use Python Turtle to draw the Rhombus Tessellation as shown below.
Animate many projectiles shot from a platform all with same speed but different initial angles. Which projectile landed first? Which projectile landed farthest? Which projectile landed latest? Use colorsys library
Use several colors to draw multiple spirals.
In a previous project we simulated a falling and bouncing ball physical simulation. What if we create a lot of these bouncing balls starting from 50 meters high to 100
Animate a rotating blackhole.
Epitrochoid to Epicycloid is similar to Hypotrochoid to Hypocycloid. Epitrochoid is a generalization of Epicycloid where the tracking point can lie inside or outside the rolling circle. Animate the drawing
Cycloid is curve formed by tracing a point on a circle while is rolling along a straight line. Animate the drawing process of cycloid. You can set the tracking point
Draw a windmill with four blades.