Add colors to Semi-Regular Tessellation 3.4.6.4.
Add colors to Semi-Regular Tessellation 3.4.6.4.
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.
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
Using Physics and Python Turtle to simulate a falling and bouncing object. Let object fall from 200 meters above ground. Assume that there is no drag and bouncing doesn’t lose
Something is fishy around here!