Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 581 Bytes

Hex based terrain generator

Terrain

This is a simple random terrain generator that uses a hex based grid. Every object is a hexagon tile with a different color and height.

Right now there are 2 types of bioms - mountain and flat island. There are rivers flowing from the mountains and the higher tiles are covered in snow. Trees are spawned on the grass and mountain tiles.

Generating

How to start it

npm install
node app.js

For now this doesn't serve any purpose but it looks cool :)