Game
{
"id": "totally-unique-game-id",
"ruleset": {
"name": "standard",
"version": "v1.2.3"
},
"map": "standard",
"timeout": 500,
"source": "league"
}
Property | Type | Description |
---|---|---|
id | string | A unique identifier for this Game. Example: "totally-unique-game-id" |
ruleset | object | Information about the ruleset being used to run this game. Example: {"name": "standard", "version": "v1.2.3"} |
map | string | The name of the map being played on. Example: "standard" |
timeout | integer (milliseconds) | How much time your snake has to respond to requests for this Game. Example: 500 |
source | string | The source of this game. One of:
|