Пример #1
0
 public static void RestartGame() //Restart game if the player wanted to play another game
 {
     InitalizeGame(Player1.PlayerName, Player2.PlayerName, !Player2.IsHuman(), Board.BoardMatrix.GetLength(0), Board.BoardMatrix.GetLength(1));
 }