get_state
Returns the full game state visible to your team, including board dimensions, terrain, visible units with status, turn number, active player, and win-condition progress. Use at turn start to orient before making specific decisions.
Instructions
Read-only. Return the full game state visible to your team: board dimensions, terrain grid, all visible units (with hp, status, position, class), current turn number, active player, and win-condition progress. Fog-of-war hides enemy units outside your vision range. Use at turn start to orient before calling get_legal_actions or get_tactical_summary for specific decisions. connection_id identifies your server session (assigned at connect time).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |