View source for User talk:Clipka
Jump to navigation
Jump to search
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
broken bots | 4 | 22:09, 21 September 2012 |
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();
}
}
Do you happen to know what ry.Worst does? The robocpde repository is currently unavailable, so I can't check myself right now.
If you see Worst in action, it keeps shooting in the opposite direction where the opponent is.
And moves a bit in a straight line, which is not as bad as it seems, because it ends up ramming other bots sometimes and scoring a few points. Last has the same problem, it keeps moving in a straight line until it hits a wall, ramming other bots on some battles.
MN
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.