3.0.8 • Published 5 years ago

hutchison v3.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

hutchison

NPM version Downloads

Hutchison poker hand rankings, written in JavaScript.

Usage

Install the library with npm install hutchison

import {texasHoldem, omahaHoldem} from 'hutchison';

console.log(texasHoldem({hand: ['Ah', 'Ad']})); // <- {"points":42, percentile: 1}
console.log(texasHoldem({hand: ['7h', '2d']})); // <- {"points":9, percentile: 0.04524886877828054}

console.log(omahaHoldem({hand: ['As', 'Ks', 'Ah', 'Kh'], players: 6})); // <- {"ev":?, percentile: ?}
console.log(omahaHoldem({hand: ['As', 'Ah', '7c', '2d'], players: 2})); // <- {"ev":?, percentile: ?}
3.0.8

5 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago