Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.13 KB

File metadata and controls

24 lines (20 loc) · 1.13 KB

Robocode - Template

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.

Development preparations or how to build a new robot

  1. Set the robotlocation property in the pom.xml to your Robocode robots folder
  2. Import the Maven project into an IDE of your choice
  3. Give your robot a name by changing the name of the provided robot class.
  4. Set the new classname of your robot in the properties file
  5. Build the robot jar with the Maven command mvn clean install. Or set up a Run Configuration in eclipse.

Documentation and other links