Add perlin based generation for the terrain tiles

This commit is contained in:
Marc Di Luzio 2020-07-08 20:10:28 +01:00
parent 10959ef726
commit ed9ecef80a
4 changed files with 50 additions and 6 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/mdiluz/rove
go 1.14
require (
github.com/aquilax/go-perlin v0.0.0-20191229124216-0af9ce917c28
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1