Look here to see the AtaxxPaul fromp AtaxxMoron!
class AtaxxMoron implements AtaxxPlayer
{
public Move makeMove(AtaxxBoard b, int id) {
Move m = new Move(id);
if(!b.advanceLegalMove(m))
System.out.println("Uh.. AtaxxMoron asked to make move, no poss.");
return(m);
}
}
Back to My home page...