You start with a blank slate or canvas. The goal is to cover this slate with circular coins - the ratio of covered vs the total area of the canvas is the score.
- Every mouseclick or a touch results in the selection of the center of the next circle.
- Starting from an initial value, each mouseclick creates a circle of that radius at the selected center.
- After drawing the circle the radius is increased by the system.
- Each circle should not intersect any other existing circle or intersect the periphery of the slate itself
This projectlet is the next in a series of projects designed explore targeting the web, desktop and iOS and android