poker-evaluator
poker-evaluator copied to clipboard
poker hand evaluator
Hi all, with permission from the owner of the repository, I have published a npm package with the latest version of the code. Currently the poker-evaluator package is behind the...
Hi @chenosaurus this isn't an issue but wanted to let you and anyone else using this repository know that I've added type definitions for your library to DefinitelyTyped. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/poker-evaluator/index.d.ts Can...
Could it be possible to get back cards which were the ones that for example: Result: one pair --> I would get back those two cards which caused result to...
It's absolutely unclear from readme, how we should treat this value: ``` handRank: 2761, value: 10953 ``` What does it mean?
Hi! Two years ago you did the PR where you add ability to evaluate 6 card hands. Why don't you publish it to the npm?
Would it be possible to return the 5 winning cards, when more than 5 cards are provided?
Hi there, Can this code be used as poker engine for real human multiplayer game ? My idea is to add GUI and let real people play. Stefan
Not sure when this was introduced but due to the data file being over 100mb github refuses to allow npm install. Perhaps gziping and gunziping on npm install would be...
I am trying to use it in a Next.js Typescript project. ``` "dependencies": { "next": "latest", "poker-evaluator": "^2.0.5", } ``` But when I `yarn run dev`, I got the below...