Exemplo n.º 1
0
 public bool ContainsNoPieces()
 {
     return(Arena.All(row => !row.Any(cell => cell.ContainsPlayablePiece)));
 }