Implement basic pathfinding

This commit is contained in:
Tom
2020-09-20 15:41:58 -07:00
parent 7d122e2f8b
commit 52f30dc402
5 changed files with 212 additions and 1 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/Tnze/go-mc
go 1.13
require (
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482
github.com/google/uuid v1.1.1
github.com/iancoleman/strcase v0.1.1 // indirect
)