Abstract
Protected
constructorBase constructor for
Constructor for your custom player type.
Readonly
childrenDynamically add or remove objects to be displayed here.
If true, hidden objects like player hands are revealed to spectators.
Array of all the players in this running game. Only valid when onInitialize has been called.
Information describing inputs fed to the game so far. Can be passed to run to resume a suspended game, or recreate the final state of a completed game.
Protected
onProtected
onProtected
Abstract
onOverride this to implement your game, moving objects around as players respond to prompts.
Called exactly once by a host to run a game.
Configuration containing info like player count and names
Generated using TypeDoc
Base class for a custom game, using a custom Player type.