broken bots
From User talk:Clipka
Jump to navigation
Jump to search
Revision as of 21 September 2012 at 11:24.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
This means that mn.SuperSittingDuck should also be removed. He throws an exception, just like cli.PerfectLoser.
package mn;
import robocode.Robot;
public class SuperSittingDuck extends Robot {
public void run() {
throw new RuntimeException();
}
}