krisajenkins / elm-astar

The A* pathfinding algorithm for Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A* Pathfinding algorithm for Elm

Build Status

Useful for point & click games and actual computer science.

See this game for a live demo.

Installation

From your top-level directory - the one with elm-package.json in - call:


$ elm package install krisajenkins/elm-astar

Documentation

See wikipedia for a discussion of the algorithm. See the Elm package for full usage docs.

Building & Testing

make

...will run the whole build and test suite.

Credits

Thanks to Iris Ward for bugfixes and improvements.

License

Copyright © 2015-2016 Kris Jenkins

Distributed under the MIT license.

About

The A* pathfinding algorithm for Elm.

License:MIT License


Languages

Language:Elm 97.4%Language:Makefile 2.6%