Awesome
A* Pathfinding algorithm for Elm
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.