|
|
@ -85,7 +85,7 @@ class Program
|
|
|
|
static void OnPlayerOption(object sender, PlayerOptionEventArgs e)
|
|
|
|
static void OnPlayerOption(object sender, PlayerOptionEventArgs e)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Console.WriteLine();
|
|
|
|
Console.WriteLine();
|
|
|
|
if(e.Turn != 1)
|
|
|
|
if (e.Turn != 1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
IEnumerable<Cell> PlayedCellsQuery =
|
|
|
|
IEnumerable<Cell> PlayedCellsQuery =
|
|
|
|
from cell in e.Board
|
|
|
|
from cell in e.Board
|
|
|
@ -110,6 +110,7 @@ class Program
|
|
|
|
Console.Write($"{e.Resultat}");
|
|
|
|
Console.Write($"{e.Resultat}");
|
|
|
|
Console.ResetColor();
|
|
|
|
Console.ResetColor();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|