Difference between revisions of "Robocode/Downloading Robots"

From Robowiki
Jump to navigation Jump to search
(New page: = Downloading other Robots = {| | You're not alone writing robots! There are thousands of robots other people have written that you can download and battle with. Warning: Some of them are ...)
 
Line 1: Line 1:
 +
Contains information about how to get/download robots.
 +
 
= Downloading other Robots =
 
= Downloading other Robots =
 
{|
 
{|
 
|
 
|
You're not alone writing robots! There are thousands of robots other people have written that you can download and battle with. Warning: Some of them are extremely tough to beat! There is a wide variety of robots available with all sorts of different strategies. It's up to you to go get them, try them out, and learn from them.
+
You're not alone writing robots! There are thousands of robots other people have written that you can download and battle with. Warning: Some of them are extremely tough to beat! There is a wide variety of robots available with all sorts of different strategies. It's up to you to go get them, try them out, and [[Robocode/Learning from Robots|learn]] from them.
  
 
Most of the robots are available at the popular Robocode website [http://robocoderepository.com/ Robocode Repository], and other robots that take part in the [[RoboRumble]] can be found via the URL listed in the list of [[RoboRumble/Participants|RoboRumble Participants]].
 
Most of the robots are available at the popular Robocode website [http://robocoderepository.com/ Robocode Repository], and other robots that take part in the [[RoboRumble]] can be found via the URL listed in the list of [[RoboRumble/Participants|RoboRumble Participants]].
Line 22: Line 24:
 
http://robocode.sourceforge.net/help/downloading/importrobot.png
 
http://robocode.sourceforge.net/help/downloading/importrobot.png
  
Once the new robot .jar file is in your robots directory, simply '''press F5''' to refresh the New Battle screen, and the robot will appear in the list. Try it out! Is your robot tough enough?
+
Once the new robot .jar file is in your robots directory, simply '''press F5''' to refresh the New Battle screen, and the robot will appear in the list:
  
 
http://robocode.sourceforge.net/help/downloading/selected.png
 
http://robocode.sourceforge.net/help/downloading/selected.png
 +
 +
Try it out! Is your robot tough enough?
  
 
== See Also ==  
 
== See Also ==  
 
* [[RoboRumble/Participants|RoboRumble Participants]]
 
* [[RoboRumble/Participants|RoboRumble Participants]]
 
* [[Robocode/Learning from Robots|Learning from other Robots]]
 
* [[Robocode/Learning from Robots|Learning from other Robots]]
 +
* [[Robocode/Getting Started|Getting started with Robocode]]
 +
* [[Robocode/FAQ|Frequently Asked Questions (FAQ)]]
  
 
== External Links ==
 
== External Links ==
* [http://robocoderepository.com/|Robocode Repository]
+
* [http://robocoderepository.com/ Robocode Repository]

Revision as of 13:30, 28 November 2007

Contains information about how to get/download robots.

Downloading other Robots

You're not alone writing robots! There are thousands of robots other people have written that you can download and battle with. Warning: Some of them are extremely tough to beat! There is a wide variety of robots available with all sorts of different strategies. It's up to you to go get them, try them out, and learn from them.

Most of the robots are available at the popular Robocode website Robocode Repository, and other robots that take part in the RoboRumble can be found via the URL listed in the list of RoboRumble Participants.

To use them, simply download the robot's .jar file (all robots come as ".jar" files, which means "Java ARchive"), and save it in your /robots directory.

http://robocode.sourceforge.net/help/downloading/others.jpg

Here are a couple screenshots of me downloading Rapture 2.13:

http://robocode.sourceforge.net/help/downloading/filedownload.png

Then, after clicking Save..

http://robocode.sourceforge.net/help/downloading/saveas.png

Note: The easiest way to use downloaded robots is to save them directly to the robots directory. However, if you save it anywhere else or have any trouble, you can use the Import downloaded robot tool to copy it there.

http://robocode.sourceforge.net/help/downloading/importrobot.png

Once the new robot .jar file is in your robots directory, simply press F5 to refresh the New Battle screen, and the robot will appear in the list:

http://robocode.sourceforge.net/help/downloading/selected.png

Try it out! Is your robot tough enough?

See Also

External Links