Installation

To get started with Dungeon Resolver, you can follow these steps:

  1. Clone the repository:

git clone https://github.com/scrapanzano/dungeon_resolver.git
  1. Install dependencies:

cd .\dungeon_resolver
pip install -r requirements.txt [Windows OS]
pip3 install -r requirements.txt [Mac OS]
  1. Run the program:

python3 .\dungeon_resolver\generate_dungeon_problem.py
  1. Follow the on-screen instructions to specify dungeon parameters and visualize the plan.