Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 416 Bytes

Code Climate

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