diff --git a/RobotPlayer.java b/RobotPlayer.java index 398f500..2bbc3b3 100644 --- a/RobotPlayer.java +++ b/RobotPlayer.java @@ -1,4 +1,4 @@ -package zombomb; //So the program knows what to call our bot +package team015; //So the program knows what to call our bot import battlecode.common.*; //imports Battlecode UI import java.util.Random; //Use this instead of Math.random(); seeded by the robot's id so more likely to be random than Math.random