Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/game/create \ --header 'Content-Type: application/json' \ --data ' { "mode": "deathmatch", "respawn_delay": 3, "score_limit": 10, "time_limit": 300 } '
{ "ok": true, "message": "<string>" }
create a match with config
Match configuration. All fields optional: mode (default "deathmatch"), score_limit (10), time_limit seconds (300), respawn_delay seconds (3).
mode
score_limit
time_limit
respawn_delay
The body is of type any.
any
Match created and started.