How to make a random World generator?

0 favourites
  • 2 posts
From the Asset Store
Easily generate many levels from a set of pre-built scenes (Construct 3 template for top-down view games)
  • At first, i have to say, that i'm german. Please get not angry about my Bad grammar skills.

    My question is: how do i make an algorithm that automatically creates my 2d World (place random trees or something like that). It should spawn them with a biom-based system. And if it goes out of them window it should be saved for the next time if i'm coming back. It should work a bit like the minecraft world generation system, if somebody knows that. Thank you for your Help.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • This is a complicated, multi-faceted question that you aren't going to get one simple answer to. You need to research how procedural generation is done as there are many approaches.

    For biomes/minecraft style generation here is a good breakdown of the concepts: procjam.com/tutorials/en/ooze

    While it's not biome based, Rex does provide some dungeon generation:

    c2rexplugins.weebly.com/map.html

    You may want to consider Seed generation as well, that tutorial link above covers it a bit, just know that there are Construct2 plugins that can "freeze" your seed so that you always generate the same terrain.

    You'll also need to look into how to store the terrain your generator built, probably by writing to an Array object.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)