An open API service indexing awesome lists of open source software.

https://github.com/tonychouteau/dungeon_generator

Binded project to generate 2D dungeon with multiple floor with multiple rooms on each one.
https://github.com/tonychouteau/dungeon_generator

generation-algorithms java labyrinth-generator procedural-generation processing

Last synced: about 2 months ago
JSON representation

Binded project to generate 2D dungeon with multiple floor with multiple rooms on each one.

Awesome Lists containing this project

README

        

# Dungeon Generator 2D
Binded project to generate 2D dungeon with multiple floor with multiple rooms on each one.

## Step 1

Example generation with random empty room, so not clear path throught those rooms.

![Generation example with random empty rooms](https://github.com/TonyChouteau/dungeon_generator/blob/main/images/example1-random_empty_room_generation.png "Generation example with random empty rooms")

## Step 2

Generate a clear path throught the rooms