Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 662 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 662 Bytes

Dungeon Generator

This is a basic dungeon generator, inspired by Zelda NES, where every door leads to a room of equal size. There are no pathways. A Dungeon instance, is aware of the 'start_room', and the 'end_room', and have each room on a matrix of customizable size.

It's been made thought so every room will own it's entities (be it enemies, items, or furniture), so you can have many entities, but only update the ones, on the 'active_room'. Still need to be implemented though.

Dungeon generation preview