simulate_move
Simulate sliding moves in ice puzzle levels to test movement mechanics and validate level design.
Instructions
Simulate a single slide move from a position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Slide direction | |
| fromX | No | Starting X (defaults to start position) | |
| fromY | No | Starting Y (defaults to start position) |