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
- Host: GitHub
- URL: https://github.com/foxssake/dumber-dungeons
- Owner: foxssake
- License: gpl-3.0
- Created: 2024-11-02T11:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T12:22:07.000Z (over 1 year ago)
- Last Synced: 2025-05-29T23:43:58.692Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://foxssake.github.io/dumber-dungeons/
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/