InstallationΒΆ

Install the game by cloning the repository and running it with Python 3.

git clone https://github.com/ttc24/Dungeon-Crawler
cd Dungeon-Crawler
python -m dungeoncrawler

You can customize settings by copying the sample configuration to the project root:

cp config.example.json config.json