Haskell probability tool for abstracting different table-top RPG games into the same set of rules. Also some notes on sane game play logic.

vaeringjar c1064d4db9 Separated functions to files by concerns. %!s(int64=7) %!d(string=hai) anos
src c1064d4db9 Separated functions to files by concerns. %!s(int64=7) %!d(string=hai) anos
.gitignore c1064d4db9 Separated functions to files by concerns. %!s(int64=7) %!d(string=hai) anos
LICENSE a1e6065efa Using stack to manage the project. %!s(int64=7) %!d(string=hai) anos
README.md a1e6065efa Using stack to manage the project. %!s(int64=7) %!d(string=hai) anos
Setup.hs a1e6065efa Using stack to manage the project. %!s(int64=7) %!d(string=hai) anos
makefile a1e6065efa Using stack to manage the project. %!s(int64=7) %!d(string=hai) anos
sins.cabal c1064d4db9 Separated functions to files by concerns. %!s(int64=7) %!d(string=hai) anos
stack.yaml a1e6065efa Using stack to manage the project. %!s(int64=7) %!d(string=hai) anos

README.md

SINS

About

SINS for SINS is not Sh......n.

Haskell probability tool for abstracting different table-top RPG games into the same set of rules. Also some notes on sane game play logic.

License

Copyright 2018 vaeringjar.

Code distributed under the AGPLv3+.

Building

See the makefile for more info about building, recipes, and use.