Skip to content

popsorinv/RobocodeBv002

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 55.2%
  • Batchfile 26.6%
  • Shell 18.2%