Difference between revisions of "Robocode/Robot Anatomy"
< Robocode
Jump to navigation
Jump to search
m (Using uploaded file instead of external image) |
m (→See Also) |
||
Line 10: | Line 10: | ||
== See Also == | == See Also == | ||
− | * [[Robocode/Getting Started|Getting | + | * [[Robocode/Download|How to download and install Robocode]] |
− | * [[Robocode/ | + | * [[Robocode/Getting Started|Getting started with Robocode]] |
+ | * [[Robocode/FAQ|Frequently Asked Questions (FAQ)]] | ||
+ | * [[List of articles about Robocode]] | ||
[[Category:Robocode Documentation]] | [[Category:Robocode Documentation]] |
Revision as of 11:08, 28 November 2007
Robot Anatomy
A robot consists of three individual parts:
- 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 for scanning other robot when moved. The radar can turn left or right. The radar generates onScannedRobot events when robots are detected.