Пример #1
0
 bool isGameOver()
 {
     return(Board != null && Board.areAllShipsSunk());
 }