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.