Skip to main content

Interface: GameParameters

GameParameters are the configurable options that change how the game runs. They are key-value pairs in which the key is the game parameter name, and the value is JSON Schema that defines the type of the game parameter, with a required parameter named "default" that is the default value for the parameter.

Indexable

[key: string]: DefaultParameter