reachable_from
Analyze all reachable landing positions from a starting coordinate in ice puzzle levels to validate movement paths and design constraints.
Instructions
Analyze all reachable landing positions from a starting coordinate
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Start X coordinate | |
| y | Yes | Start Y coordinate |