Skip to content

Werkstattl/quick-dungeon-crawler-rpg-od

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

806 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Quick Dungeon Crawler on Demand

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.

In game screenshot

The game is available for Android and Desktop platforms. You can find official releases of the game on:

Get it on Google Play

Play on itch.io

Play in Browser

If you like this game, please consider supporting me on GitHub Sponsors!

Issue reports of all kinds (bug reports, feature requests, etc.) are welcome.

Playing Locally

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:4000

After running the server, open your browser at the shown address to play locally.

Docker

Alternatively, you can run the game using Docker:

docker build -t quick-dungeon-crawler .
docker run --rm -p 8080:80 quick-dungeon-crawler

Open http://localhost:8080 in your browser after starting the container.

Contributing

Contributions are very welcome! Feel free to open issues and pull requests. Please read and follow our Code of Conduct.

Community

Credits

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.

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Contributors