Just hit the green flag. You can drag the A, B, or C points to anyplace on the screen. For this version, make sure Turbo Mode is on by holding Shift while you click the green flag.
This program generates a mysterious image based on random numbers and simple rules. The image is generated by a dot that moves around and stamps an image of itself. The dot can start anywhere on the screen and the result will be similar. The dot in the project moves to one of the three corners of the triangle based on a ratio (if the ratio is 2, the dot moves halfway to a corner; if the ratio is 3, the dot moves a third of the way; etc.) In this version of the project, the ratio starts out at 0 and increases gradually. Eventually the shape reaches a Sierpinski Triangle, but after strange patterns emerge and before devolving into chaos. Inspired by the Numberphile video on YouTube, "Chaos Game" (https://youtu.be/kbKtFN71Lfs)