Instructions to download, install and run

Source code

git checkout https://github.com/mig0/dungeon.git

Dependencies

You need python3, and at least pygame, pgzero and bitarray.

On Fedora, python3-pygame-2.6.1, pgzero-1.2.1 and python3-bitarray-2.8.5 rpms are found to work fine. Try:

sudo dnf install python3-pygame pgzero python3-bitarray

On Debian and Ubuntu, run this:

sudo apt install python3-pygame python3-pgzero python3-bitarray

How to install

No installation is currently needed to quickly run the game, just checkout from github and run.

How to run

./dungeon

Running on non-unix systems

The developers use GNU/Linux. If you would like to help and build on other systems, like Windows, feel free to contact the Puzzle Dungeon developers and provide packages or instructions. Thanks for contributing!