# Issues
## Hex Grid Neighbors
The hex neighbor functions assume a specific offset convention (even columns shift up for hex-flat, even rows shift left
for hex-pointy). Add feature flags to support alternative offset orientations (ex: odd columns shift up, odd rows shift
left).