Difference between revisions of "Head-On Targeting"
Jump to navigation
Jump to search
m |
m (changing subcategory style here...) |
||
Line 13: | Line 13: | ||
</pre> | </pre> | ||
− | [[Category | + | [[Category:Simple Targeting Strategies]] |
Revision as of 23:05, 11 November 2007
Description
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()));