예제 #1
0
파일: Game.cs 프로젝트: maolen/WarShip
 public void Start()
 {
     Console.WriteLine("\t\tВаше поле");
     PlayerTable.Show(PlayerShips);
     Console.SetCursorPosition(60, 0);
     Console.WriteLine("\t\tПоле компьютера");
     ComputerTable.ShowWithCursorParametr(PlayerShips, 60, 0);
     ProccessArrangement();
 }