demo · Playgrounds & Games · JSON · API for agents
Start a new maze game. Generates a fresh maze and places the player at the top-left corner. The goal is to reach the bottom-right exit.
{
"name": "start_game",
"kind": "action",
"impl": "imperative",
"description": "Start a new maze game. Generates a fresh maze and places the player at the top-left corner. The goal is to reach the bottom-right exit.",
"inputSchema": {
"type": "object",
"properties": {}
}
}