A bunch of experiments using different algorithms to create procedural map generation with Swift
A cellular-automaton zero-player game, where each cell can either be alive or dead depending on its neighbors state.
A first iteration over the RandomMap
algorithm. We add an additional layer to the original algorithm by finding a random point in each room and then interconnecting these together.