play_create_game
Create a new game instance for a given family. Returns initial state to pass to subsequent calls. Variant can include flags like "grand+random" or "standard+drops".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| family | Yes | Game family name (chess, draughts, go, reversi, shogi, xiangqi) | |
| rngSeed | No | Optional RNG seed for deterministic games | |
| variant | No | Variant slug, optionally with flags (e.g. "grand", "grand+random", "standard+drops") |