risk
v0.0.0
Published
Probability calculator for the board game risk
Downloads
9
Readme
Risk
Probability of territory capture for the board game risk
!["Risk"][png] [png]: https://raw.github.com/brainss/risk/master/screenshot.png
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