This is a logic and patience game. Drag and drop the circles until lines are not crossing each other. 10 points is very easy, 100 is challenging fun, and 300 is insane. 6/16/13 - Scoring is working,
I have to apologize. I saw a DRAW ANYTHING program somewhere on here that gave me the idea. I think it had up to 13 dots that you could drag around just like this. It was implemented with 13 sprites. This is implemented with a small amount of initialization code in the stage and only one sprite (up to 300 clones), One of the cool things is each clone knows its number and draws the line from itself to the next clone. I started with a second sprite connecting the dots, but it was WAY TOO SLOW.