Project 1 guidelines.
Example ASCII board:
Where Os represent goldfish and the X represents the shark. The sharks next move would be to move one to the left or one up, as the goldfish at (7,3) is the closest prey (as determined by Manhattan distance).
----------
---------O
---O------
-----O----
----------
----------
--O-------
----X-----
--------O-
----------