Closed OxielCastro closed 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.
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.