Dungeon DOS
A downloadable game for Windows, macOS, and Linux
Dungeon DOS is a Zelda-like dungeon-crawler written in Python with the Pyxel library. There are scripts in the repo to compile to Windows, Mac, and Linux, although the Mac and Linux versions require some libraries to be installed independently.
Key | Movement |
---|---|
Arrows | Move character (N , S , E , W ) |
Left SHIFT | Pull nearby stone |
F | Shoot Fireball |
I | Toggle inventory |
R | Reloads fireballs* |
ESC , or Q | Quit game |
This is kind of a work in progress/suspended. Not sure if I'll improve it, but feel free to fork away if you're so inclined.
Download
Install instructions
Windows
Unzip the archive and run the EXE on Windows. This is the simplest one, as no additional things need to be installed.
macOS
For Mac, download the mac version and unzip. Then, go to the command line and run:
./dungeon-dos
It can take a bit for the libraries to get loaded and run. If it doesn't work, follow the instructions here to install the Mac libraries with brew.
https://github.com/numbertheory/dungeon-dos#running-the-binaries
Linux
Finally, for Linux, just unzip and run the executable file with:
./dungeon-dos
If it doesn't work, follow the instructions to install the libraries on Linux using apt:
https://github.com/numbertheory/dungeon-dos#running-the-binaries
Leave a comment
Log in with itch.io to leave a comment.