← Back to Projects

AI Dungeon Generator

Generate infinite procedural dungeon layouts and visualize the algorithm's step-by-step creation using the Binary Space Partitioning technique.

Size 5
Depth 3
Rooms 23

Click "Generate" to create new dungeon layouts. View the statistics above to see the number of rooms, depth level, and map size. The algorithm creates balanced layouts with minimum size constraints and maximum depth limits.

View GitHub Source