Difference between revisions of "Robocode/Getting Started"

From Robowiki
Jump to navigation Jump to search
(reverting vandalism)
(Move documentation footer to a template)
Line 3: Line 3:
  
 
[[Image:NewBattle.png|Starting a new battle by selecting New in the Battle menu]]
 
[[Image:NewBattle.png|Starting a new battle by selecting New in the Battle menu]]
 
  
 
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:
 
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:
Line 9: Line 8:
 
[[Image:NewBattleDialog.png|Shows the New Battle dialog where the user can select which robots to add to a new battle]]
 
[[Image:NewBattleDialog.png|Shows the New Battle dialog where the user can select which robots to add to a new battle]]
  
See the '''Number of Rounds''' box in the middle?
+
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.
 
 
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.
 
Finally, click on the '''Start Battle''' button to begin! Watch for Tracker's little dance as he wins rounds.
Line 17: Line 14:
 
== See also ==
 
== See also ==
  
=== Tutorials ===
+
{{RobocodeDocsList}}
* [[Robocode/System_Requirements|System Requirements]]
 
* [[Robocode/Robot Anatomy|The anatomy of a robot]]
 
* [[Robocode/My First Robot|My First Robot Tutorial (Java)]]
 
* [[Robocode/.NET/Create_a_.NET_robot_with_Visual_Studio|Create a .NET robot with Visual Studio]]
 
* [[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/Package Robot|Package your robot (Java)]]
 
* [[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 in Eclipse]]
 
* [[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 23:47, 9 August 2017

Getting Started

After installation 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:

Starting a new battle by selecting New in the Battle menu

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:

Shows the New Battle dialog where the user can select which robots to add to a new battle

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

Robocode API

Beginner Guides

External Editors

.NET Robots

Links