Kaleidoscope Pattern
- MMcElroy22
- 3 years ago
- 410 views
Check out this awesome Kaleidoscope Pattern created by MMcElroy22! A kaleidoscope is a toy that has a tube that contains mirrors. The reflections of these mirrors create beautiful changing patterns that are visible through the eyehole at the end. MMcElroy22 was able to represent the look of this in python with turtle by making a sort of spiral with different shapes. Make sure to take a look at the adaptability of the function created that lets MMcElroy22 create the different shapes based on the number of sides!
import turtle
import random
Locked
Canvas
Console