An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Code Climate](https://lima.codeclimate.com/github/connorjburton/es6-pathfinder/badges/gpa.svg)](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`