Game Flow

The entire execution flow of a game instance is already predefined. This flow is reflected in the GameState of the instance. There are also several methods that can be overridden that are called according to the game run cycle. For more details, see.

This is the execution diagram:

Last updated