Difference between revisions of "Robocode/Getting Started"

From Robowiki
Jump to navigation Jump to search
(Undo revision 38600 by Tepuvituk (talk))
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== Getting Started ==
 
== 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:
+
After [[Robocode_Download_And_Install|installing Robocode]], let's run a battle to see what the game looks like. Click the '''Battle''' menu, then select '''New''':
  
http://robocode.sourceforge.net/help/start/battlenew.png
+
[[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.
  
http://robocode.sourceforge.net/help/start/newbattledialog.png
+
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'''):
  
See the '''Number of Rounds''' box in the middle?
+
[[Image:NewBattleDialog.png|Shows the New Battle dialog where the user can select which robots to add to a new battle]]
  
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.
+
See the '''Rules''' tab? In gives options to customize battles. For now, we'll leave the rules at their defaults.
  
 
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 Also ==
+
== See also ==
* [[Robocode/Download|How to download and install Robocode]]
+
 
* [[Robocode/Robot Anatomy|The anatomy of a robot]]
+
{{RobocodeDocsList}}
* [[Robocode/My First Robot|My First Robot Tutorial]]
 
* [[Robocode/Downloading_Robots|Downloading other Robots]]
 
* [[Robocode/Package Robot|Package your Robot]]
 
* [[Robocode/Scoring|Scoring in Robocode]]
 
* [[Robocode/FAQ|Frequently Asked Questions (FAQ)]]
 
* [[List of articles about Robocode]]
 
  
 
[[Category:Robocode Documentation]]
 
[[Category:Robocode Documentation]]
 +
[[Category:Tutorials]]

Latest revision as of 03:34, 24 August 2017

Getting Started

After installing Robocode, let's run a battle to see what the game looks like. Click the Battle menu, then select New:

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):

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

See the Rules tab? In gives options to customize battles. For now, we'll leave the rules at their defaults.

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