Chess constructor

Chess()

By default start with the standard chess starting position

Implementation

Chess() {
  load(DEFAULT_POSITION);
}