Random Walk: carves organic cave-like layouts by randomly walking on a grid and marking tiles as floor. BSP (Binary Space Partitioning): splits the map into partitions, places rooms, and connects them ...
This is a simple prototype built in Unity using C# that generates a procedurally-generated cave layout starting from a central tile. The idea was to explore basic procedural generation techniques for ...