Add perlin based generation for the terrain tiles
This commit is contained in:
parent
10959ef726
commit
ed9ecef80a
4 changed files with 50 additions and 6 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue