Difference between revisions of "RoboRumble/Enter The Competition"

From Robowiki
Jump to navigation Jump to search
(updated links)
(remove robocode repo from recommend hosting)
Line 14: Line 14:
 
* Stick with that one main packagename per author.
 
* Stick with that one main packagename per author.
 
* Do not use underscores in your packagename, botname or versionnumber. Robocode itself has no problems with it, but the RR@Home client is known to have problems with them, especially in versionnumbers.
 
* Do not use underscores in your packagename, botname or versionnumber. Robocode itself has no problems with it, but the RR@Home client is known to have problems with them, especially in versionnumbers.
* Keep your bot Java 5 compatible. Not everyone has switched to Java 6 and certainly on a Mac this will result in invalid battleresults.
+
* Keep your bot Java 5 compatible. Not everyone has switched to Java 6, let alone Java 7, and certainly on a Mac this will result in invalid battleresults.
 
* Try out your just packaged bot before letting it loose in the rumble.  
 
* Try out your just packaged bot before letting it loose in the rumble.  
  
 
==To enter the 1v1 competition==
 
==To enter the 1v1 competition==
  
* Upload your bot into the [[Robocode Repository]] and note the corresponding "id" number.
+
* Upload your bot into hosing of your choices (see note below).
 
* Go to [[RoboRumble/Participants]] page and add your bot to the list.
 
* Go to [[RoboRumble/Participants]] page and add your bot to the list.
 
* You should be able to see the results (some time later) in [[RoboRumble/Current Rankings]].  
 
* You should be able to see the results (some time later) in [[RoboRumble/Current Rankings]].  
  
NOTE: Instead of uploading your bot into the [[Robocode Repository]], it is also possible to put your bot on your own website. In that case you have to fill in the full URL on the Participants page.
+
NOTE: It's is not recommend to upload your robot to [[Robocode Repository]] any more, due to its instability. Instead, use your own web hosting if available, or try Google Pages. Dropbox public links may work too. Shared file hosting service will NOT work.
  
 
==To enter the Melee competition==
 
==To enter the Melee competition==

Revision as of 13:37, 24 February 2012

To create a bot that is accepted by the RR@Home server, the following two rules are obligatory:

  • The bot must have a packagename.
  • The bot must be packaged in a jar-file.
  • A <botname>.properties file must be present in the jar-file.

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

Strong recommendations

  • Choose a unique main packagename to avoid mixup between different participants.
  • Stick with that one main packagename per author.
  • Do not use underscores in your packagename, botname or versionnumber. Robocode itself has no problems with it, but the RR@Home client is known to have problems with them, especially in versionnumbers.
  • Keep your bot Java 5 compatible. Not everyone has switched to Java 6, let alone Java 7, and certainly on a Mac this will result in invalid battleresults.
  • Try out your just packaged bot before letting it loose in the rumble.

To enter the 1v1 competition

NOTE: It's is not recommend to upload your robot to Robocode Repository any more, due to its instability. Instead, use your own web hosting if available, or try Google Pages. Dropbox public links may work too. Shared file hosting service will NOT work.

To enter the Melee competition

If you are planning to enter the Melee competition, then enter your bots into Participants Melee.

To enter the Teams competition

If you are planning to enter the Teams competition, then enter your teams into Participant Teams.

To add your country's flag to ranking table

In the rankings tables bots are represented with a the flag of its authors nationality. We associate the "main" package of the bot with a flag. If you find your bot has no flag, or has the wrong flag, let us know at RoboRumble/Country Flags.