https://github.com/connorjburton/es6-pathfinder
A* (Manhattan Heuristics) Pathfinder in ES6
https://github.com/connorjburton/es6-pathfinder
es6 javascript pathfinder
Last synced: 7 months ago
JSON representation
A* (Manhattan Heuristics) Pathfinder in ES6
- Host: GitHub
- URL: https://github.com/connorjburton/es6-pathfinder
- Owner: connorjburton
- Created: 2017-02-27T21:32:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T21:50:50.000Z (over 8 years ago)
- Last Synced: 2025-01-21T13:23:22.985Z (9 months ago)
- Topics: es6, javascript, pathfinder
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://lima.codeclimate.com/github/connorjburton/es6-pathfinder)
# ES6 Pathfinder
Using the A* Algorithm with Manhattan Heuristics.
## Prerequisites
Ensure you have `node` installed.
## Running Example
`npm run index`
## Running Tests
Ensure you have Jasmine installed globally `npm i -g jasmine`
`npm test`