Class Summary |
GameOverMenuState |
The GameOverMenuState class extends MenuGameState and describes what happens
when the Game is lost. |
GameWonState |
The GameWonState class extends MenuGameState and describes what happens when
the game ends. |
PauseState |
The PauseState class extends MenuGameState and describes what happens when
the game is paused. |
PlayState |
The PlayState class extends GameState and allows for the actual game to be
played. |
StartMenuState |
The StartMenuState class extends MenuGameState and creates a menu that
BlahThis can be started from. |