Skip to content

kkulak/golang-astar

Repository files navigation

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

About

Go implementation of the A* algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages