RoboRumble/Enter The Competition

From Robowiki
< RoboRumble
Revision as of 23:33, 12 August 2017 by MultiplyByZer0 (talk | contribs) (Update advice)
Jump to navigation Jump to search

To create a bot that is accepted by the RoboRumble server, the following rules are mandatory:

  • The bot must have a package name.
  • The bot must be packaged in a JAR file.
  • A <botname>.properties file must be present in the JAR file.
  • The naming of the bot must reflect the internal structure.

The easiest way to do this is to package your bot with Robocode (Robot -> Package robot for upload).

Strong recommendations

  • Choose a unique main package name to avoid mixups between different authors.
  • Stick with that one main package name per author.
  • Do not use underscores in your package name, bot name or version number. Robocode itself has no problems with it, but the client is known to have problems with them, especially in version numbers.
  • Keep your bot Java 5 compatible. Not everyone has switched to Java 6, let alone Java 8, and certainly on a Mac this will result in invalid battle results.
  • Try out your just-packaged bot before letting it loose in the rumble.
  • Upload your file to a reliable file-hosting website:
    • Do not upload to your own domain/web hosting. Such links have a strong tendency to break. This has happened to Voidious, Skilgannon, Darkcanuck, David Alves, Chase-san, etc., etc., etc...
    • Public Dropbox links occasionally seem to break too. Random "free hosting" services are definitely out.
    • Google Pages is a good and recommended host.
    • If you are developing your bot on GitHub, you can publish the JAR on GitHub Releases.

To enter the 1v1 competition

  • Upload your bot into hosting of your choice (see note above).
  • Go to RoboRumble/Participants page and add your bot to the list.
  • You should be able to see the results (some time later) on LiteRumble.

Entering the Melee competition

Enter your bot into Participants Melee.

Entering the Teams competition

Enter your team into Participant Teams.

Adding your country's flag to ranking table

Enter your main package name and your country's ISO 3166-1 alpha-3 code into Country Flags.