-
https://github.com/xpressit/winning-poker-hand-rank/blob/main/src/cactusFastRankHand.ts
https://github.com/cardrank/cardrank/blob/master/cactusfast.go
I assume it would speed things up. Tho would …
-
Good work!
Wondering if it's easy to add non-made hands classification like these in Flopzilla,
flush-draw, straight draw, gutshot, backdoor draw, overpair, top pair, middle pair, weak pair
-
Add Java implementation, using the same [algorithm](https://github.com/HenryRLee/PokerHandEvaluator/blob/master/Documentation/Algorithm.md), similar to the [C++ implementation](https://github.com/Henr…
-
### What happened?
This crash happens even before the game launches.
### BetterEnd
4.0.11
### BCLib
3.0.14
### Fabric API
0.92.1
### Fabric Loader
0.15.10
### Minecraft
1.20.1
### Relevant…
-
May I know the max values of ranks for 5-cards, 6-card, and 7-card Hands, respectively in the Python implementation?
Thanks a lot!
-
I would like to use use the sqlite db and then use a Web client to do the rest
Is there any chance you could include a pre-built sqlite database?
Or is there a way to run this on OSX?
The pre…
-
I wanted to do some analysis with OMpy with the afrodite_labr2015 response matrix. I took the values for FE, SE, DE, etc. from the `folding.f` file in `MaMa` and created a response package (I've attac…
-
I wondered whether the indices for the single and double escape are slightly off in the response as of c2662c2295a37440d747f090551dc9bd5ecc785f.
I created a response matrix for cactus (option 3) "f…
-
Add python implementation, using the same [algorithm](https://github.com/HenryRLee/PokerHandEvaluator/blob/master/Documentation/Algorithm.md), similar to the [C++ implementation](https://github.com/He…
-
I copy-paste from the readme
Converts a hand strength number into a hand rank number 0 - 8 for STRAIGHT_FLUSH - HIGH_CARD.
What about royal flush? there should be 0-9 ranks
Nowhere in th…