Press any key or click the background to begin.
Random: That's why it takes a while. You can change the number of shapes by Seeing Inside. How it works: A point is chosen on the stage. Each and every point on the stage records its distance from that chosen point and a specially given ID for that chosen point. Choose another point. If the new point is closer to another point, it replaces the old chosen point's ID and distance with the new point's ID and distance. Repeat this process a certain amount of times. Then, Each point displays their closest chosen point's ID as a color. (This is simplified, there is one sprite that works as each non-chosen point and one that acts as a chosen point. Also, there are almost 180,000 points on the stage, so this wouldn't work with clones (max 300), and barely works with lists (max 200k items).)