grid-map 0.1.0-rc.2

This library provides two-dimensional grid maps.
Documentation
1
2
3
4
5
6
7
# 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).