TerrysGame
to store a user's latest high score.
TerrysGame
to update his/her high score.
TerrysGame
.
TerrysGame
uses the HighScore
class to save this new value.
HighScore
class looks into the user's security policy to
check if TerrysGame
has permission to update the user's
high score value.
TerrysGame
has permission to update the high score,
then the HighScore class updates that value.
We describe the key points of each of the basic components and then show a sample run: