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