Base interface for a custom game. You'll want to extend instead.
Describes all of the actions taken so far, so that the game can be resumed later.
Called by a host when a player responds to a prompt.
Optional
Called exactly once by a host to run a game.
Configuration containing info like player count and names
Generated using TypeDoc
Base interface for a custom game. You'll want to extend instead.