Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 221 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 221 Bytes

##Poker Hand Evaluator

Usage:

var Hand = require("./index").Hand;

var PokerUtil = require("./index").PokerUtil;

var hand = Hand.makeHand("3h", "4h", "5h", "6h", "7h", "8h", "9d");

PokerUtil.evalHand(hand);