Case Battles
Case Battles involves users opening cases against each other. The user with the highest total item value wins the entire pot (in standard 1v1 mode).
Events
Client -> Server
{ "gamemode": "1v1", // "1v1", "1v1v1", "1v1v1v1", "2v2" "cases": ["case-id-1", "case-id-2"], // checkout cases api routes doc to show users cases to select and send the selected IDs. "isBot": false, // true to fill empty spots with bots "isPrivate": false, "isReversed": false // If true, lowest total wins }
{ "gameID": "uuid-string", "spot": 1 // Optional: specific spot index }
Server -> Client
Game Logic details
Last updated