Installation
To get started with Dungeon Resolver, you can follow these steps:
Clone the repository:
git clone https://github.com/scrapanzano/dungeon_resolver.git
Install dependencies:
cd .\dungeon_resolver
pip install -r requirements.txt [Windows OS]
pip3 install -r requirements.txt [Mac OS]
Run the program:
python3 .\dungeon_resolver\generate_dungeon_problem.py
Follow the on-screen instructions to specify dungeon parameters and visualize the plan.