Find Different Color Game with Python Turtle

Make a fun game that tests how fast you can identify very small color variation. You can use colorsys library to vary hue, saturation, brightness, or any combination of them. Make the game more difficult by reducing the amount of variation as the level increases. Also, make the size of variation smaller as level increases.

Demo Video of Find Different Color Game

A Lot of Falling and Bouncing Balls Simulation with Python Turtle

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 meters high from right to left? What kind of dance will they perform? Simulate this with 200 bouncing balls with gradually changing colors.

Video demo of this project:

Many Falling and Bouncing Balls Simulation with Python Turtle

Spirograph with Python Turtle

Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio of big circle and small circle, the ratio of big circle and distance to trancing point, and the color. When user enters ‘rainbow’ as color, use colorsys library to use all hues gradually when drawing the curve.

Spirograph Creator Animation
Spirograph Generated with Python Turtle
Spirograph Generated with Python Turtle
Spirograph Generated with Python Turtle