-
Notifications
You must be signed in to change notification settings - Fork 2
HexGrid #127
Copy link
Copy link
Open
Labels
coreBasic algorithms/data structures, common logicBasic algorithms/data structures, common logicsimulatorServer-side physics, navigation, aiServer-side physics, navigation, ai
Milestone
Description
Metadata
Metadata
Assignees
Labels
coreBasic algorithms/data structures, common logicBasic algorithms/data structures, common logicsimulatorServer-side physics, navigation, aiServer-side physics, navigation, ai
Implement regular hex grid as in https://www.redblobgames.com/grids/hexagons/ (God bless this man). Cube/axial coords, block rasterization support, usual set of grid operations (neighbors, graph interface for A*, distances)