Instructions to download, install and run
Source code
Either checkout the source code from git:
git clone https://github.com/mig0/puzzle-dungeon.git
Or download the latest package: puzzle-dungeon-0.2.1.zip
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
On Windows or any other systems, run this:
pip install pgzero bitarray
How to install
No installation is needed to quickly run the game, just unzip the package, or git checkout the source code from github and run.
On Unix systems, you may optionally install the game, like this:
sudo make install prefix=/usr
How to run
./dungeon
Running on Windows
.\dungeon
Or click on dungeon.bat in a file manager.
Porting to other systems
The developers use GNU/Linux. We also test the zip package on Windows. If you would like to help to port to other systems or to build binary packages for all systems, feel free to contact the Puzzle Dungeon developers and provide packages or instructions. Thanks for contributing!