Check the new Tile Map Generator tool!

Reldens - Tile Map Generator

Hello everyone!

I wanted to share with you a small tool I've created to generate random tile maps based on pre-defined elements:

- GitHub: https://github.com/damian-pastorini/tile-map-generator/

- NPM: https://www.npmjs.com/package/@reldens/tile-map-generator

I've created a small docs page here https://www.reldens.com/documentation/tile-map-generator to explain how it works.

I've made it for my platform (reldens.com), but the tool can be used with minimal conventions to create random maps as well.

It can be used in two different ways but probably the easier one will be: https://www.reldens.com/documentation/tile-map-generator/#composite-approach

Where you can configure a composite map of elements, set everything using the Tiled Map Editor (https://www.mapeditor.org/), and run the randomizer script to generate as many maps you need (examples of the script in the docs).

There are a couple things I've already noted on the docs that's need to be fixed and I will be releasing some patches soon, but it's ready to be used.

Hope you like it! Any feedback will be welcome!