Skip to content

gustmnds/dungeon-svg

Repository files navigation

Dungeon Generator

A dungeon generator inspired in Cult of The Lamb

Demo of the project

 

✨ Features

  • 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}}$

 

🧰 Requirements

 

🛠 Usage

  1. Clone the repository:
git clone https://github.com/gustmnds/dungeon-svg.git
  1. Install the dependencies:
yarn
  1. Run the local environment:
yarn dev

Copyright © 2024 Gustavo Mendes