reset method

void reset()

Go back to the chess starting position

Implementation

void reset() {
  load(DEFAULT_POSITION);
}