Installation ============ Install the game by cloning the repository and running it with Python 3. .. code-block:: bash 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: .. code-block:: bash cp config.example.json config.json