Difference between revisions of "Robocode/Package Robot"

From Robowiki
Jump to navigation Jump to search
m (Image: Shows a dialog that lets the user select which robot or team to package)
m (Image: Shows a dialog where the user can fill in all the details about the robot or team to package)
Line 7: Line 7:
  
  
Next, select the robot you want to package. In this case, I've selected my robot "fnl.Scratch":
+
Next, select the robot you want to package. In this case, I've selected my robot fnl.Scratch:
  
 
[[Image:PackagerSelect.png|Shows a dialog that lets the user select which robot or team to package]]
 
[[Image:PackagerSelect.png|Shows a dialog that lets the user select which robot or team to package]]
Line 14: Line 14:
 
Click '''Next''' and fill in details about your new robot:
 
Click '''Next''' and fill in details about your new robot:
  
http://robocode.sourceforge.net/help/uploading/packageroptions.png
+
[[Image:PackagerOptions|Shows a dialog where the user can fill in all the details about the robot or team to package]]
 +
 
  
 
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:
 
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
 
http://robocode.sourceforge.net/help/uploading/packagerfilename.png
 +
  
 
Click '''Package!''' on the last page, and Robocode will package your robot for you:
 
Click '''Package!''' on the last page, and Robocode will package your robot for you:
  
 
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].

Revision as of 00:28, 30 November 2007

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:

Shows how to start packaging a robot by selecting "Package robot for upload" from the Robot menu


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

Shows a dialog that lets the user select which robot or team to package


Click Next and fill in details about your new robot:

Shows a dialog where the user can fill in all the details about the robot or team to package


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