Exemplo n.º 1
0
 /** Resets the board into a new game position */
 public void startNewGame() {
   game.reset();
   gui.reset();
 }