Hello!
In my profile you can find the link to my project
It’s a strategic wargame. Basically, Build, Craft, Battle.
I’m here to ask the public & professional’s opinions on this, about the maps, terrain, etc.
Making good truly random maps is virtually impossible.
For example, let’s say your attempting to place a tree or a structure on a hill.
You would need to program it so that the structure/tree is aligned with the slope of the hill.
Other problems would include:
Preventing objects from overlapping with other objects + preventing objects from being in water. Use only pre made maps.
Theres existing map generation written in lua out there, you’d simply need to adapt it to the roblox engine and your project, You say the more random it is the harder it is; why not do all options (which can be achieved by purely doing randomly generated and then utilising each stage individually) and then the higher the difficulty; the more random it is.