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.
- Host: GitHub
- URL: https://github.com/lovesaroha/a-star-path-finding-go
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-15T18:00:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T18:00:38.000Z (about 4 years ago)
- Last Synced: 2025-03-02T06:47:53.549Z (9 months ago)
- Topics: a-star-path-finding, algorithm, golang, terminal-colors, terminal-graphics
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
