Difference between revisions of "Robocode/Package Robot"

From Robowiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
Once you've created a robot, you can package it up to share with other people. Here's how:
 
Once you've created a robot, you can package it up to share with other people. Here's how:
  
== Package Robot ==
+
== Package Robot for sharing ==
 
First, select the '''Package robot for upload''' tool:
 
First, select the '''Package robot for upload''' tool:
  
Line 24: Line 24:
 
http://robocode.sourceforge.net/help/uploading/packagerconfirm.png
 
http://robocode.sourceforge.net/help/uploading/packagerconfirm.png
  
That's it! You can now upload your robot's .jar file to e.g. the [http://robocoderepository.com/ Robocode Repository]].
+
That's it! You can now upload your robot's .jar file to e.g. the [http://robocoderepository.com/ Robocode Repository].
  
 
== See Also ==
 
== See Also ==
  
 
[[Category:Robocode Documentation]]
 
[[Category:Robocode Documentation]]

Revision as of 14:33, 28 November 2007

This article is a stub. You can help RoboWiki by expanding it.

Once you've created a robot, you can package it up to share with other people. Here's how:

Package Robot for sharing

First, select the Package robot for upload tool:

http://robocode.sourceforge.net/help/uploading/packageforupload.png

Next, select the robot you want to package. In this case, I've selected my robot "fnl.Scratch":

http://robocode.sourceforge.net/help/uploading/packagerselect.png

Click Next and fill in details about your new robot:

http://robocode.sourceforge.net/help/uploading/packageroptions.png

Click Next again, to choose a filename. The default should be fine, but remember what it says here so you can find it when you want to upload it:

http://robocode.sourceforge.net/help/uploading/packagerfilename.png

Click Package! on the last page, and Robocode will package your robot for you:

http://robocode.sourceforge.net/help/uploading/packagerconfirm.png

That's it! You can now upload your robot's .jar file to e.g. the Robocode Repository.

See Also