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.
- Host: GitHub
- URL: https://github.com/tonychouteau/dungeon_generator
- Owner: TonyChouteau
- Created: 2020-11-24T21:04:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T00:10:33.000Z (over 4 years ago)
- Last Synced: 2025-01-31T16:35:59.034Z (4 months ago)
- Topics: generation-algorithms, java, labyrinth-generator, procedural-generation, processing
- Language: Processing
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Step 2
Generate a clear path throught the rooms