Project icon

Honeycomb

An interactive demonstration of the A* pathfinding algorithm on a hexagonal grid.

JavaScript
Try it Live

An interactive demonstration of the A* pathfinding algorithm. The demo takes place on a hexagonal grid that uses a cubic coordinate system, where instead of just vertical and horizontal, there are three axes: horizontal, diagonal left, and diagonal right. The underlying pathfinding algorithm has been adapted to work in this coordinate system.