Table of Contents
Robots
- 1v1 is all I'm really considering for the first go-round
Comments:
- ...
- For future reference, you can just use System.out.println("hello") in your onScannedRobot method. It will print to the robot console. It's a very nice feature. If you ever get yourself going with eclipse and the visual debugger, that's how I test things like that. -- Simonton
- Cool, I had actually tried some System.out.println() stuff and was dismayed not to see it coming out in the main console, good to know where it will show up. Thanks! --BenHorner
This might help you out some https://robocode.cvs.sourceforge.net/robocode/robocode/robocode/Rules.java?revision=1.9&view=markup --Chase-san