Skip to content

Labyrinth challenger training toolkit library

Notifications You must be signed in to change notification settings

snwfdhmp/findpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labyrinth solving game library

Usage

Install with go get, and check out the ./examples folder.

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. You can easily implement your own challenger. Take a look at the demo.

Demo

Author

Releases

No releases published

Packages

No packages published

Languages