Game state
A game state is the complete set of relevant conditions and values at a particular point in a game, including information that determines possible actions and outcomes.
Linked from 16 pages
Game mechanicsRelated: Mechanics transform the game state in response to player actions and events.
Turn-based gameNarrower topic: Each turn changes the state that later actions must account for.
Game designRelated: Design systems transform the game state in response to player actions.
Game loopRelated: Each update changes this state, which determines what the game displays.
Saved gameNarrower topic: A save captures some portion of the game's state for later restoration.