From b6fc814e707a6d07333bed40a726831adf891003 Mon Sep 17 00:00:00 2001 From: fredkneeland Date: Mon, 25 Jan 2016 14:31:27 -0700 Subject: [PATCH 1/2] set strat to viper rush --- team037/RobotPlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/team037/RobotPlayer.java b/team037/RobotPlayer.java index f25e10d..8c68f1a 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()); From 2ad5788e8e725c2a4893a53327d408b44b02ef3f Mon Sep 17 00:00:00 2001 From: fredkneeland Date: Tue, 26 Jan 2016 09:44:12 -0700 Subject: [PATCH 2/2] trying things --- team037/RobotPlayer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/team037/RobotPlayer.java b/team037/RobotPlayer.java index 8c68f1a..7c9c0fd 100644 --- a/team037/RobotPlayer.java +++ b/team037/RobotPlayer.java @@ -75,6 +75,8 @@ public static void run(RobotController rc) strategy = Strategies.RUSH; } } + + if(strategy.equals(Strategies.CASTLE)) { unit = new CastleArchon(rc);