play_render_board
Render the current board position as SVG for any playable family (chess, draughts, go, reversi, shogi, xiangqi).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Board width in pixels for PNG output (default: 480, max: 2048) | |
| state | Yes | Game state object from play_create_game or play_apply_move | |
| highlights | No | Optional cells to highlight (e.g. [{key: 52, color: "#ff0"}]) |