fix: add finishGame

This commit is contained in:
2025-05-12 23:39:42 +03:30
parent 2d6b702d37
commit 1487b6dfac
@@ -114,6 +114,9 @@ public class BattleShipClient {
public void setOtherPlayerJoined() {
otherPlayerJoined = true;
}
public void finishGame(boolean won){
//TODO:
}
public String getHit(int row, int col){
String message = "";
playerBoard[row][col].setMarked(true);