Movement is one of the two most important parts of a robot (the other being
Targeting). It is how your robot moves around the battlefield. Your Movement is what stops the enemy's Targeting from correctly guessing where you will be when a bullet reaches you.
The implementation of a movement system may well find a specific point it wants to move to. To do that you need a goTo() method. You can find out more on /CodeSnippetGoTo, /CodeSnippetBasicGoTo and /GoToBot
PatternMovement?
OneOnOneMovement?
MeleeMovement?
Challenges
Other