This is a copy of Norbert Schneider's Robocode Template at: https://github.com/bertschneider/RobocodeTemplate. It has been slightly modified to fit our needs.
- Set the
robotlocationproperty in thepom.xmlto your Robocode robots folder - Import the Maven project into an IDE of your choice
- Give your robot a name by changing the name of the provided robot class.
- Set the new classname of your robot in the properties file
- Build the robot jar with the Maven command
mvn clean install. Or set up a Run Configuration in eclipse.