City Game Server
1.4.0
Protocol: ws
city-game.prodikl.com
All requests must declare the action
in the request payload.
For example, to send a CreateGameRequest
, publish the following message:
{
"action": "game/create",
"user": {
"name": "Alice"
}
}
This is version 1.4.0
of this API documentation.
Last update on Jun 3, 2023.