Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snwfdhmp/findpath
Labyrinth challenger training toolkit library
https://github.com/snwfdhmp/findpath
labyrinth labyrinth-route-finder pathfinder pathfinding-algorithm
Last synced: about 1 month ago
JSON representation
Labyrinth challenger training toolkit library
- Host: GitHub
- URL: https://github.com/snwfdhmp/findpath
- Owner: snwfdhmp
- Created: 2019-03-16T01:29:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T16:47:41.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T06:26:47.401Z (6 months ago)
- Topics: labyrinth, labyrinth-route-finder, pathfinder, pathfinding-algorithm
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Labyrinth solving game library
## Usage
Install with `go get`, and check out the `./examples` folder.
```sh
go get github.com/snwfdhmp/findpath
cd $(go env GOPATH)/src/github.com/snwfdhmp/findpath
go get ./...
go run cmd/examples/basic/main.go
```Documentation can be found [here on godoc](https://godoc.org/github.com/snwfdhmp/findpath). You can easily implement your own challenger. Take a look at the demo.
## Demo
- [Example Level 1 (Video)](https://www.useloom.com/share/281ca6a6079d41cf87769be7209d1b01)
- [Example Level 2 (bigger map)](https://www.useloom.com/share/fc9eba71789044c2a253756a1ff4bb1f)## Author
- [snwfdhmp (Martin Joly)](https://github.com/snwfdhmp)