set_goal
Define the target location for completing an ice puzzle level by specifying X and Y coordinates, including positions on edges or walls.
Instructions
Set the goal position (can be on edge/wall)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |