An open API service indexing awesome lists of open source software.

https://github.com/lovesaroha/a-star-path-finding-go

A star path finding algorithm in golang with visual in terminal.
https://github.com/lovesaroha/a-star-path-finding-go

a-star-path-finding algorithm golang terminal-colors terminal-graphics

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/golang/go/wiki/GOPATH "GOPATH") with the [go tool](https://golang.org/cmd/go/ "go command") from shell:
```bash
$ go get -u "github.com/fatih/color"
```
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.

## Output
![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/34.png)