finishTurn
Submits a chess move to the game server using UCI format, allowing players to advance gameplay and claim victory when appropriate.
Instructions
Submits a move to the game server.
Arguments:
- game_id: ID of the game
- move: UCI format (e.g. e2e4)
- claim_win: Set to true to claim checkmate/win.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| move | Yes | ||
| claim_win | No |