reset method

dynamic reset()

Go back to the chess starting position

Implementation

reset() {
  load(DEFAULT_POSITION);
}