Difference between revisions of "Robocode/Getting Started"
< Robocode
Jump to navigation
Jump to search
m (Added to Tutorials category) |
(Updated links to other pages) |
||
Line 15: | Line 15: | ||
Finally, click on the '''Start Battle''' button to begin! Watch for Tracker's little dance as he wins rounds. | Finally, click on the '''Start Battle''' button to begin! Watch for Tracker's little dance as he wins rounds. | ||
− | == See | + | == See also == |
+ | |||
+ | === Tutorials === | ||
+ | * [[Robocode/System Requirements|System Requirements for Robocode]] | ||
* [[Robocode/Download|How to download and install Robocode]] | * [[Robocode/Download|How to download and install Robocode]] | ||
* [[Robocode/Robot Anatomy|The anatomy of a robot]] | * [[Robocode/Robot Anatomy|The anatomy of a robot]] | ||
* [[Robocode/My First Robot|My First Robot Tutorial]] | * [[Robocode/My First Robot|My First Robot Tutorial]] | ||
− | * [[Robocode/ | + | * [[Robocode/Game Physics|Robocode Game Physics]] |
− | |||
* [[Robocode/Scoring|Scoring in Robocode]] | * [[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/Package Robot|Package your robot]] | ||
* [[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 21:57, 10 October 2008
Getting Started
First, let's run a battle to see what the game looks like. Simply click the Battle menu, then select New, as shown on the picture here:
You'll be presented with the New Battle screen, where you pick the robots and options for a battle. For this battle, we'll try out MyFirstRobot, RamFire, and Tracker. Add them in by double-clicking on their names (or selecting each one and clicking Add) The screen should now look something like this:
See the Number of Rounds box in the middle?
In Robocode, each battle consists of a number of rounds, as you'll see soon. For now, we'll leave it at the default of 10.
Finally, click on the Start Battle button to begin! Watch for Tracker's little dance as he wins rounds.
See also
Tutorials
- System Requirements for Robocode
- How to download and install Robocode
- The anatomy of a robot
- My First Robot Tutorial
- Robocode Game Physics
- Scoring in Robocode
- Using the robot console
- Downloading other robots
- Learning from other robots
- Package your robot
- 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