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