An open API service indexing awesome lists of open source software.

https://github.com/foxssake/dumber-dungeons

Dumb Adventures in Dumber Dungeons
https://github.com/foxssake/dumber-dungeons

Last synced: 12 months ago
JSON representation

Dumb Adventures in Dumber Dungeons

Awesome Lists containing this project

README

          

# Dumber Dungeons

Dumb Adventures in Dumber Dungeons, right in your browser!

Dumber Dungeons is a multiplayer, turn-based RPG where you crawl dungeons with
your buddies, to be played in front of a TV in someone's living room.

In addition to being a game, it is also an open project - issues, discussions
and development docs are also uploaded here, for everyone to take a look at our
approach to building this game.

## Docs

Docs are served using [mkdocs] and the [mkdocs_puml] addon. From the repo root,
install and serve the site:

```sh
pip install mkdocs mkdocs_puml
mkdocs serve
```

The site will be accessible at .

## License

All code and assets built for this project are provided under the [GPLv3
License](LICENSE).

Any third-party resources used are listed in [ATTRIBUTIONS](ATTRIBUTIONS.md)
with their specific licenses.

[mkdocs]: https://www.mkdocs.org/
[mkdocs_puml]: https://mikhailkravets.github.io/mkdocs_puml/