calling execute() every tick
Fragment of a discussion from User talk:Tkiesel/Dev Notebook
Jump to navigation
Jump to search
Arrgh i think i missed the point sorry. If your bot drops the whole match the radar is not the problem. I recently spotted an issue with Conditions (if you use them) the exceptions thrown in the condition methods are not shown at the console, they are just swallowed by the robocode engine. I had this sometimes that my bot just dissabled but no exception skipped turn or anything came up. After some debugging i spotted an exception within the test() method and everything works fine. Maybe this one helps more :)
Take Care