Difference between revisions of "Robocode/Robot Anatomy"

From Robowiki
Jump to navigation Jump to search
(Updated links to other pages)
Line 15: Line 15:
 
* [[Robocode/System Requirements|System Requirements for Robocode]]
 
* [[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/Getting Started|Getting started with Robocode]]
 
* [[Robocode/Getting Started|Getting started with Robocode]]
 
* [[Robocode/My First Robot|My First Robot Tutorial]]
 
* [[Robocode/My First Robot|My First Robot Tutorial]]

Revision as of 23:03, 10 October 2008

Robot Anatomy

A robot consists of three individual parts:

The anatomy of a robot


  • Body - Carries the gun with the radar on top. The body is used for moving the robot ahead and back, as well as turning left or right.
  • Gun - Mounted on the body and is used for firing energy bullets. The gun can turn left or right.
  • Radar - Mounted on the gun and is used to scan for other robots when moved. The radar can turn left or right. The radar generates onScannedRobot events when robots are detected.

See also

Tutorials

News and Releases

Home pages