summaryrefslogtreecommitdiff
path: root/Entelect.BattleCity.Challenge/AiAgent.cs
AgeCommit message (Collapse)Author
2013-11-10Fixed issue when trying to move left/right while in middleJustin Worthe
Also made a change to the x distance for a bullet to be seen as 'my' bullet. This is to compensate for the new issue of a tank moving in to the middle of the field, messing up the original assumptions about how far apart they would be.
2013-11-10Experimental new method of going straight to center and then shooting forwardsJustin Worthe
Does not really work on the map it was intended for :( Still, might be useful.
2013-11-03Updated timing to use relative time rather than absolute time for sleepingJustin Worthe
2013-10-27Added awareness of last action, and turning to try to avoid obstaclesJustin Worthe
2013-10-20Removed unneeded (and commented) event handling codeJustin Worthe
2013-10-20Fixed off-by-two errorJustin Worthe
2013-10-20Fixed giving commands to dead tanksJustin Worthe
2013-10-20Refactored project to have separate AIAgents for each tankJustin Worthe
2013-10-14Initial commit with the Mono Rot BotJustin Worthe