Kaleidoscope
The Chaos Game is a randomized fractal generation algorithm.
-
Pick any regular polygon
-
Pick any arbitrary point inside the polygon
-
Iterate: Put down another point anywhere in the line between the previous point and a random (or algorithmically chosen) vertex of the polygon.
Play here (Desktop Firefox / Chrome)
Its no Mandelbrot Set, but you do have the ability to curate your own unique fractals by adjusting the following params during the live generation process.
-
Jump ratio [0, 1]
-
Forbidden jump positions, ie. only allow clockwise rotations with regards to the previous jump(s)
Demo
I made the demo run at ludicrous speed, for a better look, you can slow things down a bit in the actual game.
(Settings panel to your left.)
Some interesting Chaos Game fractals