flux_move
Move your game piece to an empty cell within two steps by providing the source and destination coordinates, advancing your position in the game.
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 |