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.
npm install
node app.js
For now this doesn't serve any purpose but it looks cool :)