Hi guys!!!!!!!!!!!!!!!!!!!!!!!
I am working on a poker game and to save headaches, heartaches and buttaches, I looked for pre-made classes for evaluating poker card combinations. I found a fairly good one that is based on a C++ implementation. It's fairly fast:
https://dl.dropboxusercontent.com/u/...put/index.html
Anyone have experience with it? My issue is I need to evaluate best 5 card hand out of 7 cards, while this packages does eithe 5 cards or 7 cards. Maybe it does what I want, but as usual with Flash stuff these days, documentation is severely limited.