README
ArkhamOdds
ArkhamOdds is a Javascript library for computing odds of outcome in Arkham Horror : The Card Game.
How to use
Compiled versions of the ArkhamOdds library are available on the GitHub repository : Releases.
Load arkham-odds.js
into your web page and start playing with it. Examples can
be found in the examples
directory.
You can also install it as a dependency with:
npm install arkham-odds
or
yarn add arkham-odds
You should also read the full documentation or look at test results, test coverage or mutation testing results