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

View File

@ -1 +1,7 @@
package main
import "lab.zaar.be/thefish/alchemyst-go/engine/gamemap"
func main() {
_ = gamemap.PrefabRoomsList()
}