Game Development Reference
In-Depth Information
The following are the steps that must be tracked right after a game is
considered complete:
1. Game finished.
2.
The score is applied to the avatar experience.
3.
The score is applied to the game rank.
4.
The avatar level is updated.
5.
The game rank of the player is re-computed.
High scores in Hello World
All scores earned by the player are automatically stored by the Pulse server and the top
ten ranks are available and constantly updated on every client connected to the server.
Normally, there is not much customization to do in this screen except to change font
or text color. In this case, we simply need to override the getFormat method. If we
wanted to customize more than just font and color, we would need to override
the showRanks method.
 
Search WWH ::




Custom Search