game: Added player actions

This commit is contained in:
2023-05-01 14:32:22 +10:00
parent 3307b01bf2
commit c37ee0c5f7
5 changed files with 203 additions and 18 deletions

View File

@@ -307,8 +307,7 @@ public class BlueLagoon {
!isAdjacent(moveCoords, playerVillageCoords)) return false;
}
}
System.out.println(coordsContainer);
return true;
return true;
}
private static boolean isAdjacent(String centerCoords, ArrayList<String> coordsContainer) {