board_from_position_key
Convert a GNUBG position key string into a full board representation, returning the 2x25 board array, position ID, and key for backgammon analysis.
Instructions
Convert a GNUBG position key string to a board representation.
Args: position_key: A GNUBG position key string.
Returns: Dict with the 2x25 board array, position ID, and key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||