private IEnumerable <PointyHexPoint> GetEmptyCells() { return(grid.WhereCell(cell => cell.IsEmpty)); }