public class AlternateComputerPlayer {
  ...
  public static int[] getMove(Board board, int color, int skill, boolean
                                                              allowMulti) {
    int[] move = new int[2];
    ...

  }//public static int[] getMove(...)
}//public class AlternateComputerPlayer

