Just hit the green flag. You can drag the A, B, or C points to anyplace on the screen.
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 still be the same. The dot then moves to corner A, B, or C. The corner it moves to is randomly chosen based on a "dice roll" (random choice of an integer from 1 to 6). It then goes halfway to the corner that has been chosen. What shape do you think it'll make? Inspired by the Numberphile video on YouTube, "Chaos Game" (https://youtu.be/kbKtFN71Lfs)