createGame
Initialize a new chess game session by specifying opponent type, color, and AI difficulty. Returns Game ID and instructions for play.
Instructions
Initializes a new chess game session. Returns the Game ID and instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Opponent type. 'computer': Play against AI (No UI). 'agent': Play against another Agent (No UI). 'human': Play against Human (Returns UI). | |
| color | No | Your color. 'white' moves first. If 'black', computer will move first. | white |
| difficulty | No | AI Difficulty Level (1-10), if type is 'computer'. |