package CheckerArray;
/**
 * CheckerBoardConstants.java
 *
 *
 * @author <a href="mailto: "Philip R Ventura</a>
 */

public interface CheckerBoardConstants {
  public static final int NUM_SQRS = 8;
  public static final int SQR_SIZE = 25;
}// CheckerBoardConstants
