Difference between revisions of "Robocode/Package Robot"
< Robocode
Jump to navigation
Jump to search
m (Added to Tutorials category) |
(Updated links to other pages) |
||
Line 31: | Line 31: | ||
That's it! You can now upload your robot's .jar file to e.g. the [[Robocode Repository]]. | That's it! You can now upload your robot's .jar file to e.g. the [[Robocode Repository]]. | ||
− | == See | + | == See also == |
− | * [[Robocode/ | + | |
+ | === Robot API === | ||
+ | * [http://robocode.sourceforge.net/docs/robocode/ Robot API] | ||
+ | |||
+ | === Tutorials === | ||
+ | * [[Robocode/System Requirements|System Requirements for Robocode]] | ||
+ | * [[Robocode/Download|How to download and install Robocode]] | ||
+ | * [[Robocode/Robot Anatomy|The anatomy of a robot]] | ||
* [[Robocode/Getting Started|Getting started with Robocode]] | * [[Robocode/Getting Started|Getting started with Robocode]] | ||
* [[Robocode/My First Robot|My First Robot Tutorial]] | * [[Robocode/My First Robot|My First Robot Tutorial]] | ||
+ | * [[Robocode/Game Physics|Robocode Game Physics]] | ||
+ | * [[Robocode/Scoring|Scoring in Robocode]] | ||
+ | * [[Robocode/Robot Console|Using the robot console]] | ||
+ | * [[Robocode/Downloading_Robots|Downloading other robots]] | ||
+ | * [[Robocode/Learning from Robots|Learning from other robots]] | ||
* [[Robocode/FAQ|Frequently Asked Questions (FAQ)]] | * [[Robocode/FAQ|Frequently Asked Questions (FAQ)]] | ||
− | * [[ | + | * [[Robocode/Articles|Articles about Robocode]] |
+ | * [[Robocode/Console Usage|Starting Robocode from the command line]] | ||
+ | * [[Robocode/Graphical_Debugging|Graphical debugging]] | ||
+ | * [[Robocode/Using an IDE|Using Eclipse as IDE]] | ||
+ | * [[Robocode/Eclipse/Create_a_Project|Creating a project for your robots]] | ||
+ | * [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]] | ||
+ | * [[Robocode/Running from Eclipse|Running your robot from Eclipse]] | ||
+ | * [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]] | ||
+ | |||
+ | === News and Releases === | ||
+ | * [http://sourceforge.net/export/rss2_project.php?group_id=37202 RSS Feeds for the Robocode project] | ||
+ | * [http://sourceforge.net/project/showfiles.php?group_id=37202&package_id=29609 Robocode file releases] | ||
+ | |||
+ | === Home pages === | ||
+ | * [http://robocode.sourceforge.net/ Classic homepage] | ||
+ | * [http://sourceforge.net/projects/robocode Robocode project at SourceForge] | ||
+ | * [http://robocoderepository.com/ Robocode Repository] | ||
+ | * [[wikipedia:Robocode|Wikipediaentry for Robocode]] | ||
[[Category:Robocode Documentation]] | [[Category:Robocode Documentation]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 22:19, 10 October 2008
Once you've created a robot, you can package it up to share with other people. Here's how:
Contents
Package Robot for sharing
First, select the Package robot for upload tool:
Next, select the robot you want to package. In this case, I've selected my robot fnl.Scratch:
Click Next and fill in details about your new robot:
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 Package! on the last page, and Robocode will package your robot for you:
That's it! You can now upload your robot's .jar file to e.g. the Robocode Repository.
See also
Robot API
Tutorials
- System Requirements for Robocode
- How to download and install Robocode
- The anatomy of a robot
- Getting started with Robocode
- My First Robot Tutorial
- Robocode Game Physics
- Scoring in Robocode
- Using the robot console
- Downloading other robots
- Learning from other robots
- Frequently Asked Questions (FAQ)
- Articles about Robocode
- Starting Robocode from the command line
- Graphical debugging
- Using Eclipse as IDE
- Creating a project for your robots
- Creating a robot in Eclipse
- Running your robot from Eclipse
- Debugging your robot with Eclipse