Tutorials-Game

Something new in the How-to

The latest update is about the GameStateManager, the java object to manage the multiple GameState of your game. the default identified states are TitleState, MenuState, and a LevelState or a PlayState. And we will certainly need a LoadingState.

In the tutorial, we start with a GameState interface, and a default abstract class (AbstractGameState) providing the default behavior for this state.

All is clearly detailed in the chapter 7.

McG@11-05-2017