Skip to content

A star path finding algorithm in golang with visual in terminal.

License

Notifications You must be signed in to change notification settings

lovesaroha/A-Star-Path-Finding-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A-Star-Path-Finding (Golang)

A star path finding algorithm in golang with visual in terminal.

Requirements

  • Go 1.9 or higher. We aim to support the 3 latest versions of Go.

Dependency

Simple install the color package to your $GOPATH with the go tool from shell:

$ go get -u "github.com/fatih/color"

Make sure Git is installed on your machine and in your system's PATH.

Output

image

Releases

No releases published

Packages

No packages published

Languages