javascript-astar
javascript-astar copied to clipboard
A* Search / Pathfinding Algorithm in Javascript
Results
35
javascript-astar issues
Sort by
recently updated
recently updated
newest added
Consider adding modern ESM module exports so that this library can be dynamically loaded and used consumed by various platforms.
A lot of tactical strategy games have a “limited” movement area. For example, a character can only “step 6 squares” in any direction. Is this possible to do with this...