Beispiel #1
0
 public bool IsLostGame()
 {
     return(PlayBoard.IsBoardReadyToPlay && PlayBoard.CheckAllShipsSunkOnPlayBoard());
 }