Dot Game
|
ASSIGNMENT:
After figuring out what this demo game is capable and not capable of, add
the following features:
- Have the player ball GLIDE to the point where a click occurs
- During the time that the player ball is gliding, mouse clicks are
ignored, but scoring continues
- Have the player ball increase in size every time one hundred points are
gained
- Have the player ball decrease in size every time ten points are
lost
- If the radius of the player ball drops to zero have it disappear and display an
end of game message
- The game ends and a win game message is displayed if the player reaches
1000 points
|