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.

Dungeon DOS on GitHub

KeyMovement
ArrowsMove character (NSEW)
Left SHIFTPull nearby stone
FShoot Fireball
IToggle inventory
RReloads fireballs*
ESC, or QQuit game


Pyxel Python Library

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.

StatusPrototype
PlatformsWindows, macOS, Linux
Rating
Rated 3.0 out of 5 stars
(1 total ratings)
Authornumbertheory
GenreAdventure
TagsDOS

Download

Download
dungeon-dos-Windows10-v0.0.9.zip 23 MB
Download
dungeon-dos-macOS-v0.0.9.zip 38 MB
Download
dungeon-dos-linux-v0.0.9.zip 25 MB

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.