Hey Adum,
My compile target is set to 1.5 in eclipse. Setting it to 1.6 makes the bot fail locally.
My Nemesis bot runs fine in the local simulator (RunSimulator.bat) both with and without the "Run natively" checkbox.
Are you SURE the HackJVM used by the match runner is the same as the one in the BithBathSDK v389?
Does the nemesis.class file I uploaded work for you locally in the simulator?
Perhaps it doesn't like that I've defined two classes in one java file, but then why does it work in the simulator but not in the real game?
Code: Select all
import java.util.Random;
final class City {
public int X, Y, Side;
public City(int x, int y, int side) {
this.X = x;
this.Y = y;
this.Side = side;
}
}
public class Nemesis {
public int orderType = 0;
public double destX, destY;
...
Meanwhile I've been working on a new bot but I'm a bit loathe to upload it without knowing if it will move.
So any help in clarifying this issue will be very welcome!
[edit]
I've decided to go ahead and uploaded my new bot:
Sun Tzu. Hope it works.
I'm looking forward to seeing my newborn creation in action against others.
I also hope the horrible rating caused by my defective first bot will improve
