Chess constructor

Chess()

Default constructor starts game from the standard chess starting position

Implementation

Chess() {
  load(DEFAULT_POSITION);
}