poker-eval
v1.0.1
Published
A JavaScript implementation of Cactus Kev's and Paul Senzee's poker evaluator
Downloads
15
Readme
PokerEvaljs
A JavaScript implementation of Cactus Kev's and Paul Senzee's poker evaluator
Install
This can be installed via NPM registry, by the command below
$ npm install poker-eval
Usage
Cards should be given in the form [rank, suit]
, where rank is a string from ["2", "3"...,"J","Q", "K", "A"]
, and the suit is from ["Clubs","Diamonds", "Hearts","Spades"]
.