Difference between revisions of "Robocode/Downloading Robots"

From Robowiki
Jump to navigation Jump to search
(Rewrite page. Move documentation footer to template.)
Line 1: Line 1:
Contains information about how to get/download robots.
+
[[Image:WolverineVsRapture.jpg|thumb|Battle between Wolvering versus Rapture]]
  
== 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. 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.
{|
 
|
 
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]].
+
== Robots to download ==
 +
Here are some robots everyone should have.
  
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.
+
=== Top 1v1 bots ===
|| [[Image:WolverineVsRapture.jpg|Battle between Wolvering versus Rapture]]
+
* '''[[DrussGT]]''' ‒ #1 in [[RoboRumble]]. Very famous and still developed.
|}
+
* '''[[Gilgalad]]''' ‒ #3 in RoboRumble.
 +
* '''[[Tomcat]]''' ‒ #4 in RoboRumble.
 +
* '''[[Nene]]''' ‒ #5 in RoboRumble.
 +
* '''[[XanderCat]]''' ‒ #6 in RoboRumble. Built on [[XanderFramework|a modular bot framework]].
 +
* '''[[WaveSerpent]]''' ‒ #7 in RoboRumble.
 +
* '''[[Pris]]''' ‒ #16 in RoboRumble. The best bot that uses neural networks.
  
 +
=== Top 1v1 and melee bots ===
 +
* '''[[Diamond]]''' ‒ #4 in [[MeleeRumble]], #2 in RoboRumble. Extremely famous.
 +
* '''[[Neuromancer]]''' ‒ #1 in MeleeRumble. The first successful [[Wave Surfing|Melee Surfer]].
 +
* '''[[Firestarter]]''' ‒ #2 in MeleeRumble. Relatively new and actively developed.
 +
* '''[[DemonicRage]]''' ‒ #3 in MeleeRumble.
 +
* '''[[Shadow]]''' ‒ #6 in MeleeRumble. Old and very famous for inventing [[Wave Surfing]] and [[Shadow/Melee Gun]]. Was #1 for a long, long time.
 +
* '''[[Combat]]''' ‒ #8 in MeleeRumble.
  
Here are a couple screenshots of me downloading Rapture 2.13:
+
=== Other noteworthy bots ===
 +
* '''[[Super Sample Bots]]''' ‒ The next step after you beat all the [[Sample Bots]].
 +
* '''[[EnergyDome]]''' ‒ Performs [[Bullet Shielding]]. Some top bots are surprisingly suspicable to this.
 +
* '''[[IWillFireNoBullet]]''' ‒ Dodges bullets without firing. Many bots fall to this as well.
 +
* '''[[MaxRisk]]''' ‒ A [[Ramming Movement|rambot]]. Some bots are vulnerable to ramming.
 +
* '''[[HawkOnFire]]''' ‒ A simple bot with easy-to-understand source code.
 +
* '''[[BasicGFSurfer]]''' ‒ The result of the [[Wave Surfing Tutorial]] and the [[GuessFactor Targeting Tutorial]]. In the top-100 in RoboRumble.
  
[[Image:FileDownload.png|Showing a file dialog for downloading Rapture 2.13]]
+
== Where to get robot JARs ==
 +
To use a robot, you must download the robot's .jar file (all robots come as ".jar" files, which means "Java ARchive"). Robot JARs can be found in the following places (in order of preference):
 +
* The download link in the robot's [[:Category:Bots|bot page]].
 +
* The [http://robocode-archive.strangeautomata.com/robots/ RoboRumble bot archive] (or its [https://github.com/aleksey-zhidkov/rc-repo-mirror GitHub mirror]).
 +
* The URL in the [[RoboRumble/Participants|RoboRumble participants list]].
  
 +
== Where to put robot JARs ==
 +
Robot JARs should be placed in the '''<code>robocode/robots</code>''' folder, for Robocode to load them.
  
Then, after clicking '''Save'''..
+
Optionally, you may use the Robot -> '''Import downloaded robot''' tool to copy JARs into that folder from another location.
 
 
[[Image:SaveAs.png|Showing a Save As file dialog for choosing where to save Rapture 2.13]]
 
 
 
 
 
'''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.
 
 
 
[[Image:ImportRobot.png|Showing how to select "Import downloaded Robot" from the Robot menu]]
 
 
 
 
 
Once the new robot .jar file is in your robots directory, simply '''press F5''' to refresh the New Battle dialog, and the robot will appear in the list:
 
 
 
[[Image:SelectedRobots.png|Showing two selected robots from the New Battle dialog]]
 
 
 
 
 
Try it out! Is your robot tough enough?
 
  
 
== See also ==
 
== See also ==
  
=== Robot API ===
+
{{RobocodeDocsList}}
* [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/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/Learning from Robots|Learning from other robots]]
 
* [[Robocode/Package Robot|Package your robot]]
 
* [[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/Eclipse|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 16:49, 16 August 2017

Battle between Wolvering versus Rapture

You're not alone writing robots! There are thousands of robots other people have written that you can download and battle with. 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.

Robots to download

Here are some robots everyone should have.

Top 1v1 bots

Top 1v1 and melee bots

Other noteworthy bots

Where to get robot JARs

To use a robot, you must download the robot's .jar file (all robots come as ".jar" files, which means "Java ARchive"). Robot JARs can be found in the following places (in order of preference):

Where to put robot JARs

Robot JARs should be placed in the robocode/robots folder, for Robocode to load them.

Optionally, you may use the Robot -> Import downloaded robot tool to copy JARs into that folder from another location.

See also

Robocode API

Beginner Guides

External Editors

.NET Robots

Links