Hack and Slay RPG project documentation and code
This project is hosted on github at
https://github.com/oddhack/slay
Documentation is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. For details, see https://creativecommons.org/licenses/by-nc/4.0/ .
Code and build tools are licensed under the Apache License, Version 2.0.
At present, the only content here is a conversion of the Hack and Slay manual to asciidoc. It can be converted to HTML via 'make' or just
asciidoctor -b html5 -o slay.html slay.adoc
Note: while running asciidoctor gives the best output, the current slay.adoc on github can be viewed directly in a browser at
https://github.com/oddhack/slay/blob/master/slay.adoc