|
@@ -59,6 +59,8 @@ internal class Program
|
|
Console.WriteLine(board);
|
|
Console.WriteLine(board);
|
|
|
|
|
|
Console.Write("Your move: ");
|
|
Console.Write("Your move: ");
|
|
|
|
+ GC.Collect(2, GCCollectionMode.Aggressive);
|
|
|
|
+ GC.WaitForFullGCComplete();
|
|
board.PlaceCoin(Player.Human, int.Parse(Console.ReadLine()!) - 1);
|
|
board.PlaceCoin(Player.Human, int.Parse(Console.ReadLine()!) - 1);
|
|
|
|
|
|
if (board.GetWinner() == Player.Human)
|
|
if (board.GetWinner() == Player.Human)
|