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
Using physics equations to simulate a projectile motion with initial speed of 65 meters/second and 45 degree angle.
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
Hypotrochoid is a curve very similar to Hypocycloid. But it is more general than Hypocycloid because the point we are tracing doesn’t have to lie on the circle. It can
Combine Vogel’s Model with Mosaic Projects to draw a mosaic Vogel’s model with Python Turtle.
This project is combination of butterfly curve and mosaic project. Figure out how to combine the two to draw a mosaic Butterfly Curve.
This project is combination of Lissajous Curve Project and mosaic project. Figure out how to combine the two to draw a mosaic Lissajous Curve.