Difference between pages "Robocode/Downloading Robots" and "Thread:User talk:Xor/Robocode OpenGL/thanks for this effort/reply (6)"

From Robowiki
< Robocode(Difference between pages)
Jump to navigation Jump to search
(Updated links to other pages)
 
(Restored edits authored by Beaming dated 2019-12-05T15:49:27+00:00)
 
Line 1: Line 1:
Contains information about how to get/download robots.
+
Yes, I like stretching to window size too. It was long overdue.
 
 
== 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 [[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]].
 
 
 
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.
 
|| [[Image:WolverineVsRapture.jpg|Battle between Wolvering versus Rapture]]
 
|}
 
 
 
 
 
Here are a couple screenshots of me downloading Rapture 2.13:
 
 
 
[[Image:FileDownload.png|Showing a file dialog for downloading Rapture 2.13]]
 
 
 
 
 
Then, after clicking '''Save'''..
 
 
 
[[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 ==
 
 
 
=== 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/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/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:Tutorials]]
 

Latest revision as of 03:10, 25 April 2020

Yes, I like stretching to window size too. It was long overdue.