In this project, we are generate several Julia Sets by varying the constant c in the normal Julia Set function. Turtle will be too slow to do this work. Instead
In this project, we are generate several Julia Sets by varying the constant c in the normal Julia Set function. Turtle will be too slow to do this work. Instead
We have project that draws fully connected 24-gon. Use colorsys library to gradually change the hue of lines as they get longer.
Based on petaflake fractal, color it with colorsys library. Source Code:
Just for fun, draw a colored version of spiral of spirals using the colorsys library. Source Code: (This may a few minutes)
In a previous project, we draw a 5 degree square spiral in a square. Use the colosys library to fill the square with gradually changing hues. Also, reduce the tilting
Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library.
In a previous project called massive chasing game, you simulated a game where you created 100 turtles and each turtle chase the next one and the last turtle chase the
Generate a list of random numbers as the radii of circles. Sort these numbers in reverse order and draw these circles with colors from hue value 0 to 1.
Develop a Game of Snake with Python Turtle with multiple difficulty levels. You may need to use features or libraries: List, Random, Keyboard Event, Timer Event, Colorsys.
Color the Apollonian Gasket.