AStar
Simple implementation of A* pathfinding algorithm.
Features
- Option to allow diagonal movement. (By default, it's allowed)
- Option to initialize heightmap with step height.
- Option to add interactive nodes which cannot be walk through, but can be walk to.
- Optimized heap for faster path calculation.