|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
GameState | A single state building up part of the game. |
Class Summary | |
---|---|
BasicGameState | A simple state used an adapter so we don't have to implement all the event methods every time. |
StateBasedGame | A state based game isolated different stages of the game (menu, ingame, hiscores, etc) into different states so they can be easily managed and maintained. |
State based games allow the game to be broken down into the different activities the player may take part in, for instance menu, highscores, play and credits. However, states can be used to simply segregate section on the play.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |