Category:Movement

From Robowiki
Revision as of 23:45, 11 November 2007 by Voidious (talk | contribs) (brief description of movement, for now)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Robocode, you deplete your opponent's energy and increase your own energy by hitting other bots with bullets. Thus, coming up with movement algorithms to keep enemies from hitting you is a cornerstone of a successful Robocode bot. Different algorithms are more appropriate for different CodeSize divisions and styles of play.