skiadas / battleship

0 stars 13 forks source link

Created get(Coord coordinate) method. #17

Closed OxielCastro closed 3 weeks ago

OxielCastro commented 3 weeks ago

Replaced get(int row, int col) with a similar method called get(Coord coordinates) that uses a Coord object to get the location of a cell.