Ejemplo n.º 1
0
 public bool IsFull()
 {
     return(!Arena.Any(row => row.Any(cell => !cell.ContainsPlayablePiece && cell.Type != CellType.Wall)));
 }