risk

0.0.0 • Public • Published

Risk

Probability of territory capture for the board game risk

"Risk"

npm install risk -g

Usage

$ risk [attackers] [defenders]

The number of attackers does not include the one required on the territory

var risk = require('risk');
 
risk(7, 5); // 0.7364
risk(4, 5); // 0.3586

License

MIT

/risk/

    Package Sidebar

    Install

    npm i risk

    Weekly Downloads

    6

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • brainss