Exemple #1
0
 public bool HasGameEnded()
 {
     return(_game.ActiveShips() < 1);
 }