// AtaxxPlayer.java // Written By Paul Buchheit, ptb@po.cwru.edu public interface AtaxxPlayer { public Move makeMove(AtaxxBoard b, int id); }