Skip to main content

POST /start

Example: POST https://your.battlesnake.com/start

Your Battlesnake will receive this request when it has been entered into a new game. Every game has a unique ID that can be used to allocated resources or data you may need. Your response to this request will be ignored.

Parameters

BodyTypeDescription
gameobjectGame Object describing the game being played.
turnintegerTurn number of the game being played (0 for new games).
boardobjectBoard Object describing the initial state of the game board.
youobjectBattlesnake Object describing your Battlesnake.
ResponsesType
🟢 200Responses to this command are ignored by the game engine.

Response Properties

Responses to this request are ignored by the game engine.