#Reldens - Tile Map Generator

4 messages · Page 1 of 1 (latest)

fiery nova
#

Hello everyone!

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

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!

fiery nova
#

Hey everyone! The new Tile Map Generator App is up and running!

With this tool, you can create game maps super easily, though I'll admit there are so many options it might be a bit tricky at first, but I'll be creating some video tutorials next week to help you get started.

You can use it three ways:

On the website: https://tilemapgenerator.reldens.com/ (just FYI, map files get cleared every hour)
Using the package from NPM: https://www.npmjs.com/package/@reldens/tile-map-generator
Or clone it from GitHub: https://github.com/damian-pastorini/tile-map-generator
Make as many maps as you want!

Give it a try and let me know what you think, I hope you like it, as always feedback will be welcome and really appreciated!

haughty marsh
#

thanks for posting the update i missed u had this as one of your packages, i've been working on my own version of this usecase kinda wish i had just found this earlier - it ok tho, will just compare notes after i guess 😅

#

btw do u encourage PRs on your packages? if i go through and compare later i might be interested if there is enough overlap, def would encourage you to put up some good "first issues" since u share a lot i feel it's also good to get some support back if that's your thing. appreciate u posting this in any case, excited to look later!