So a kid in my class wanted more of a challenge...the professor gave us one...and I have no idea on this problem.
Here's the instructions:
Darts scorer. Write a program that draws a darts target and allows the user to click on the target to represent darts hitting the target. The program should output, in the window, a score for each click, and a running score for the entire game.
Scoring:
Landing a dart in the bull's eye is worth 50 points. A dart in the bull is worth 25 points. The outer ring is called the double ring. A dart in the double ring in the 20 section would be worth 40 points. A dart in the triple ring would be worth three times the score in that section. Darts in the areas between the rings and the bulls are worth the points on the outside of the target.
The player starts with 501 points, reducing the total by each score. The player must go out on an exact score, i.e. if the player has 10 points remaining, the player needs exactly 10 points to go out; throwing 12 will not work.
Here's the pic of what it's spose to look like-colors do not matter
http://www.dartbasics.com/images/dart_board.jpg