The Sierpinski Triangle: A Chaos Game Visualization

This visualization demonstrates the Chaos Game, a stochastic process that beautifully generates the deterministic fractal known as the Sierpinski Triangle. The process begins with three fixed vertices and a random starting point. At each step, a new point is generated exactly halfway between the current point and a randomly selected vertex. As the process iterates, the points converge to form the intricate, self-similar structure of the fractal.

50