💾 Archived View for tilde.team › ~smokey › fractal_compendium › 2022-01-05-chaos-games.gmi captured on 2022-07-16 at 15:24:03. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
The Chaos Games are really interesting. They are an example of strange attractors in random dynamical systems. Instead of deterministic rules being used to create fractals like seeds and Iterative Function Systems, global rules applied to random systems are also used to generate fractals.
This one you can actually do in real life with some paper, a pen, and a 6 sided die, if you have some serious patience. Alternatively, its really easy for programming savvy people to whip up a program that does this, ive linked a webpage below for you to play with an interactive version.
Here is a video explaining the Chaos Game by Numberphile
Here is a video showcasing other examples of the Chaos Games with different shapes and rulesets
To start, draw a triangle, label the three verticies
A /\ / \ / \ / \ B----------C
Now, grab a regular 6 sided dice. The rules of the game are this:
At first, it will seem completely random where the points are plotted, but eventually with enough points a shape starts to appear. Yup, you guessed it, that shape is the sierpinski triangle! The edges of the sieripnski triangle act as whats known as a "strange attractor" because they quite literally attract points to specific areas.
There is no easy way to show this in ascii, so i recommend looking at the videos linked above or trying it out yourself through the geogebra website. Again, you could do it in real life with a paper, pen and a die but it takes hundreds of points to get a clear enough image to really see it, which means hundreds of dice throws.