Game Development Reference
In-Depth Information
Player registration
A player may register and create an avatar right within the game. A guest player
may register via the RegisterScreen. The basic information for a player to register is:
• Username
• Password
• Avatar name
All functionality to register a guest is already provided by the PulseUI framework.
Similar to the HiScore screen, you may customize the font and color by overriding
the getFormat method.
Exploring the game server deployment
Let us explore in detail some of the functionality of the game server.
Registration and login
As simple as it may sound, the login is a complicated beast. From a user experience
stand point, login must be simple no matter what happens behind the scenes.
In order for new users to get into your game, there are the three essential steps:
1.
Registration
2.
Authentication
3.
Login
 
Search WWH ::




Custom Search