2728293031323334353637
{ game = new TicTacToeGame(startGameOptions,players[0],players[1],this); } else { throw new InvalidConfigurationException("Invalid Number of players"); } } catch(InvalidConfigurationException e) { System.out.println(e.getMessage());