/golang-astar

Go implementation of the A* algorithm

Primary LanguageGo

golang-astar

Enhanced, Go implementation of the A* search algorithm. If you want to find out more, check out our wiki

Getting started

Prerequisites

Running the application

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