morbad-card-tools

home
Login

home

Hiya!

Management summary: this is the source code repository for a set of HTML/JS/CSS-based tools for creating fanware cards for the Dungeon Degenerates family of board games. If that means nothing to you then the whole of this site will mean nothing to you.

This software is developed in conjunction with the Morbad Scorepad Android app, but i am just a Code Minion for that project's main developer.

The live online version is at:

https://morbad.wanderinghorse.net/

MOAR Dungeon Degenerates stuff can be found over on my main site: https://wanderinghorse.net/gaming/dungeondegenerates/

Docs!

Indeed... there are docs:

https://docs.google.com/document/d/12pFwBzuGUl6Ih9EcgXI6xa97-ahAS74GfchZ83caSg4/view

Downloading with Fossil

This whole site is a Fossil SCM source code repository. To clone it:

fossil clone https://fossil.wanderinghorse.net/r/morbad-card-tools morbad-card-tools.fsl
mkdir morbad-card-tools
cd morbad-card-tools
fossil open ../morbad-card-tools.fsl

To pull the latest code from the server, run this from that directory:

fossil pull

Become a Contributor!

i am entirely open to having additional code contributors, but, unless i've collaborated with you before, i require some "proof of intent" before providing write access to the repo (e.g. one large patch, a couple smaller patches, or repeated feedback on the source code/CSS): just get in touch. That said: the code-level collaboration would happen here, not github. i despise git.

Backend CGIs for Loading/Saving

The current backend for load/save support requires the tools found at:

https://fossil.wanderinghorse.net/r/morbad-card-tools-s2cgi

Noting that that toolkit itself is just a client for a custom CGI framework which literally nobody in the world aside from myself uses.

That said, the HTTP interface is trivial and would be easy to reimplement using any other database-capable back-ends. (This one uses sqlite3.)