A dungeon generator inspired in Cult of The Lamb
- Random Generation: generate random dungeons each time with specified amount of rooms
-
Critical Path: each generated dungeon has only one path from
${\text{\color{green}start}}$ to${\text{\color{red}end}}$
- Clone the repository:
git clone https://github.com/gustmnds/dungeon-svg.git
- Install the dependencies:
yarn
- Run the local environment:
yarn dev
Copyright © 2024 Gustavo Mendes