https://github.com/ashblue/javascript-pathfinding
A* algorithm for pathfinding on a tile grid in JavaScript.
https://github.com/ashblue/javascript-pathfinding
Last synced: 3 months ago
JSON representation
A* algorithm for pathfinding on a tile grid in JavaScript.
- Host: GitHub
- URL: https://github.com/ashblue/javascript-pathfinding
- Owner: ashblue
- Created: 2013-05-01T05:00:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T03:40:03.000Z (almost 12 years ago)
- Last Synced: 2025-04-03T01:06:00.360Z (9 months ago)
- Language: JavaScript
- Homepage: http://ashblue.github.io/javascript-pathfinding/
- Size: 247 KB
- Stars: 22
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.