Skip to content

krisajenkins/elm-astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published