Skip to the content.

Random Map Generation

What is “Random Map Generation”?

In game creation, Random Map Generation is used to provide randomly and dynamically created game environments.

Each time, a different landscape is produced by the algorithms, which generate the environment at random within the given parameters.

This implies that the setting changes every time the game is played, making each playthrough new.

Industry examples

Minecraft

Terraria

Warframe

Remnant: From the ashes

Objective:

Algorithm explanation

The algorithm will be explain here.

The algorithm consists of 2 parts.

Implementation

Here will go all the TODOs.

Possible improvements