RickVO I’m making a roguelike turn-based game, as a programming student project. Combat inspired by x-com, backed with systems-heavy rpg logic. With enemies working.
RickVO PlaceholderEntity The caves are procedurally generated, this is done by smoothing out some generated noise, flood filling an area with ground tiles, and then setting the edges to my dedicated wall tile.