rundef / node-poker-odds-calculator

A pre-flop and post-flop odds calculator for Texas Holdem.
MIT License
66 stars 25 forks source link

add draw evenience #1

Closed BojDom closed 7 years ago

BojDom commented 7 years ago

Very nice project , but it should also handle draw cases, currently node_modules/.bin/poker-odds-calculator AdAh AcAs outputs Player #1 - Ah Ad - ~2% Player #2 - As Ac - ~98%

rundef commented 7 years ago

Hi, Yes you are right, currently the ties are not handled by this package. I'll look into it when I get the time.

Thanks !

rundef commented 7 years ago

Thanks for the help, I just published v0.2.0 on npm.