Enhanced, Go implementation of the A* search algorithm. If you want to find out more, check out our wiki
If you've successfully set up development environment, running the application should be as simple as typing following commands in terminal:
cd $GOPATH/src/github.com/kkulak/golang-astar/
go install
golang-astar
If you want to run tests:
cd $GOPATH/src/github.com/kkulak/golang-astar/
go test