Base interface for game state. All game states must extend this.
Provides status (e.g. "lobby", "playing") and a players record that is managed automatically by the framework.
status
"lobby"
"playing"
players
Base interface for game state. All game states must extend this.
Provides
status(e.g."lobby","playing") and aplayersrecord that is managed automatically by the framework.