+**Game State** is the complete collection of all [Variable](/wiki/variable) values and conditions defining a game's current moment. This transient snapshot dictates what has transpired and what actions [Game Logic](/wiki/game_logic) can next unfold.
+## See also
+- [State Machine](/wiki/state_machine)
+- [Game Loop](/wiki/game_loop)
+- [Game Object](/wiki/game_object)
... 1 more lines