move_tile
Move puzzle tiles between coordinates to solve ice puzzle levels, with automatic solution verification for level design and testing.
Instructions
Move one tile/special element from one coordinate to another. Auto-solves.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromX | Yes | Source X coordinate | |
| fromY | Yes | Source Y coordinate | |
| toX | Yes | Destination X coordinate | |
| toY | Yes | Destination Y coordinate |