diff --git a/team037/RobotPlayer.java b/team037/RobotPlayer.java index f25e10d..7c9c0fd 100644 --- a/team037/RobotPlayer.java +++ b/team037/RobotPlayer.java @@ -36,7 +36,7 @@ public static void run(RobotController rc) // BUT THEY ARE FIXING IT! // hardcode disabled for now - strategy = Strategies.TURTLE; + strategy = Strategies.VIPERS; /*MapLocation[] us = rc.getInitialArchonLocations(rc.getTeam()); MapLocation[] them = rc.getInitialArchonLocations(rc.getTeam().opponent()); @@ -75,6 +75,8 @@ public static void run(RobotController rc) strategy = Strategies.RUSH; } } + + if(strategy.equals(Strategies.CASTLE)) { unit = new CastleArchon(rc);