broken bots

Jump to navigation Jump to search

broken bots

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();
    }

}
Coscience12:14, 21 September 2012

Do you happen to know what ry.Worst does? The robocpde repository is currently unavailable, so I can't check myself right now.

Clipka13:24, 21 September 2012

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.

MN16:31, 21 September 2012
 

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:User talk:Clipka/broken bots/reply (2).

Well, submitting my PerfectLoser seemed fun enough to me, because - believe it or not - when I wrote it I didn't know your SuperSittingDuck at all (except that it ranked lower than SittingDuck in the rumble).

Clipka23:06, 21 September 2012