0.0.0 • Published 11 years ago

risk v0.0.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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