diff --git a/Projektgruppe_175/src/game/GameConstants.java b/Projektgruppe_175/src/game/GameConstants.java index fb98dca..da23b8c 100644 --- a/Projektgruppe_175/src/game/GameConstants.java +++ b/Projektgruppe_175/src/game/GameConstants.java @@ -38,7 +38,7 @@ public class GameConstants { public static final Class PLAYER_TYPES[] = { Human.class, BasicAI.class, - StrongAI.class + StrongAI.class // The new AI // TODO: Add more Player types, like different AIs }; } diff --git a/Projektgruppe_175/src/game/players/StrongAI.java b/Projektgruppe_175/src/game/players/StrongAI.java index c0c9ea8..4b6fa03 100644 --- a/Projektgruppe_175/src/game/players/StrongAI.java +++ b/Projektgruppe_175/src/game/players/StrongAI.java @@ -188,7 +188,7 @@ public class StrongAI extends AI { } /** - * Returns a batch of connected castles around some start castle that belong to p + * Returns a batch of connected castles around some start castle that belong to the player p * @param g the graph * @param p the owner of the castles * @param castle the start castle