Quick Dungeon Crawler on Demand is an open-source endless dungeon crawler with randomized floors, enemies and items. It's based on the source code of Dungeon crawler on Demand, by Redpangilinan.
The game is available for Android and Desktop platforms. You can find official releases of the game on:
If you like this game, please consider supporting me on GitHub Sponsors!
Issue reports of all kinds (bug reports, feature requests, etc.) are welcome.
To try the latest version from source you only need a small HTTP server. You can use
npx serve or Python's built-in web server:
npx serve
# or
python3 -m http.server
# or
php -S 127.0.0.1:4000After running the server, open your browser at the shown address to play locally.
Alternatively, you can run the game using Docker:
docker build -t quick-dungeon-crawler .
docker run --rm -p 8080:80 quick-dungeon-crawlerOpen http://localhost:8080 in your browser after starting the container.
Contributions are very welcome! Feel free to open issues and pull requests. Please read and follow our Code of Conduct.
This game began as a fork after the original developer announced they would no longer continue development and were open to someone else taking over.
- Red Pangilinan - Original Creator
- Aekashics - Monster Sprites
- Leohpaz - RPG SFX
- phoenix1291 - Level up SFX
- Leviathan_Music - Battle Music
- Sara Garrard - Dungeon Music
