javascript-pathfinding
javascript-pathfinding copied to clipboard
A* algorithm for pathfinding on a tile grid in JavaScript.
javascript-pathfinding
A* algorithm for pathfinding on a tile grid in JavaScript. Implementation is focused on a top down turn based strategy game with multiple levels of height.