예제 #1
0
 public void ComputerMove()
 {
     Console.WriteLine("\nType [ENTER] to see the my move.");
     Console.ReadLine();
     xoList[logic.ComputerMoves()] = this.cpuLetter;
     display.DisplayBoard(xoList);
 }