i need to make a simple shooting game of concentic rings
when the program starts a target appears with a random number of rings between 5 and 10 with a gap of 20 pixels in between.
There always should be a white color in the target the other color is random. The target should be displayed as ( random color , white , same random color , white , etc......).
also when the target is displayed the number of rings start to decrease one by one so when the circle of the random color at first disappears the color of the white circle becomes the same as the that of the random color thus changing the color design of the target then when another circle disappears the design will become the same as it was at first.
there are 10 rings i need a score displayed at (20,height-20) when the mouse is pressed it of the target the score shows 10 at the second ring the score shows 9 ect... till the last ring . and the scores should be added together at each press.
finally there is a time limit of 20 second when the game is over should be displayed also