Defining bot starting positions with runBattle doesn't work
Robocode 1.11.1 released
Robocode 1.10.3 released
Robocode 1.11.0 released
Robocode 1.10.3 released
The Book of Robocode has been published
Robocode 1.10.1 including Codesize 1.3.1 released
I am not sure what you are asking for? About Walls in Robocode Robocode does not have "custom walls". It only has the standard walls on the sides of the battlefield. Bullet Miss Events When a bullet gets outside of the battlefield, this is considered a "bullet miss". You can capture this event using: onBulletHitWall(BulletHitWallEvent event) Custom Events You can also create your own custom events using: onCustomEvent(CustomEvent event) How Custom Events Work You instantiate a CustomEvent that takes...