Difference between revisions of "Head-On Targeting"
Jump to navigation
Jump to search
m (changing subcategory style here...) |
m (Removing unnecessary heading) |
||
Line 1: | Line 1: | ||
− | |||
The simple strategy of aiming where you last saw the enemy. Works surprisingly well against surprisingly many bots, especially in [[Melee]] battles. | The simple strategy of aiming where you last saw the enemy. Works surprisingly well against surprisingly many bots, especially in [[Melee]] battles. | ||
Revision as of 05:30, 12 November 2007
The simple strategy of aiming where you last saw the enemy. Works surprisingly well against surprisingly many bots, especially in Melee battles.
Example
In onScannedRobot
, add:
double absoluteBearing = getHeadingRadians() + e.getBearingRadians(); setTurnGunRightRadians( robocode.util.Utils.normalRelativeAngle(absoluteBearing - getGunHeadingRadians()));