Send your boats to collect as many fish as possible. You have 300 turns for that.
The boats are controlled by executing commands via a update_player (i, world)
function.
"up"
, "down"
, "left"
and "right"
are valid return values
(+x is right, +y is up).
In case of no or invalid output the boat will wait for a turn.
Each boat can carry only one fish.
Check https://github.com/maciekglowka/fish_bots if you're interested how the game works under the hood.
Lua compatiblity: the game uses a pure-rust Lua vm Piccolo in the Lua::core mode.