Level Generation in Unexplored 2
Created on 2021-04-20T07:05:09-05:00
Replacement grammar: a list of patterns which when detected are replaced with other patterns.
Graph replacement grammar: works on node-edge structures.
Tile replacement grammar: works on 2d tilemaps.
Grammars are used to transform a basic set of cycles in to a set of hazards and passage blockages.
A low resolution tilemap is used to create general structure of map, which is then converted to a higher detailed tilemap for the player to actually be in.