/** End the Game. */
 public void endGame(Turn turn) {
   System.out.println("Player " + turn.getWinner().name + " won!");
 }