flux_move
Move a game piece from source coordinates to an empty target cell within two steps. Specify fromR/fromC to r/c to execute your turn.
Instructions
Make your move: fromR/fromC (your piece) to r/c (empty cell within 2 steps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| c | Yes | ||
| r | Yes | ||
| fromC | Yes | ||
| fromR | Yes |