public bool ContainsNoPieces() { return(Arena.All(row => !row.Any(cell => cell.ContainsPlayablePiece))); }