This commit is contained in:
Immanuel Alvaro Bhirawa
2023-05-01 15:19:25 +10:00
5 changed files with 291 additions and 106 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) {