mapgen moving to delanay -> minimum spanning tree for rooms connection

This commit is contained in:
2019-11-11 01:47:16 +03:00
parent b734e538f4
commit e30aa33715
16 changed files with 380 additions and 73 deletions

7
go.mod
View File

@ -3,7 +3,14 @@ module lab.zaar.be/thefish/alchemyst-go
go 1.12
require (
github.com/esimov/triangle v1.0.4 // indirect
github.com/fogleman/astar v0.0.0-20160904014929-93992825fbf3 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/gammazero/deque v0.0.0-20190521012701-46e4ffb7a622
github.com/rs/zerolog v1.15.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/tools v0.0.0-20191109212701-97ad0ed33101 // indirect
gonum.org/v1/gonum v0.6.0 // indirect
lab.zaar.be/thefish/bearlibterminal v0.0.0-20191018101635-dd37bbc90d77
)