top of page

16611d09f12bd822941f7e1a00cdbd68.gif

Dungeon Generator

c#​

The goal is to create a dungeon for my roguelike game. Since we want to limit players' view of the dungeon, the dungeon is composed of corridors of small size. Also, we need it to have derived path at some random location. The code satisfy these requirements.

bottom of page