Robocode

Robocode AdvancedRobot

I had a quick look at the robocode.AdvancedRobot class, and it's fine to use it. It " ... allows non-blocking calls, custom events, and writes to the filesystem." In general, you need to write your own AI component of the bot. Of course you can look at strategies others have used, but you should not use other people's code. 
0 Comments