Henry Lee
Henry Lee
Yeah, it's a good idea.
Hi @elvis501, I wanted to implement the same idea as you did, but then I had two concerns when designing this API: 1. We can see that sometimes the result...
Hi @yc90s, thanks for creating an issue. Unfortunately, PLO5 and PLO6 are not yet supported, as I just knew these rules. I will take time to think about it.
Thanks @Mkerian10 for the hard work. Generally they look good to me. Just a few change requests, and then I'll merge this PR: I see some binary files committed, as...
Thank you. @hellraiserinchief
Hi @hellraiserinchief, I've just updated the [Contributing](https://github.com/HenryRLee/PokerHandEvaluator/blob/master/CONTRIBUTING.md) file, which specified the code style. Feel free to ask me if you have any questions related to the implementation. Good luck!
I have some advice/guide that may help you with this implementation: You can start implementing a 5-card or a 7-card evaluator only, with unit tests, and make a PR for...
Sure, @hellraiserinchief. The basic idea of the algorithm is, given a hand of more than 5 cards, it will find its strength value in a hash table. Splitting the hands...
Hi @Mkerian10, thanks for contributing. Yes, having a language-independent test data makes sense. I'll generate such test data for 5, 6 and 7 card hands.
Hi @Mkerian10, I created a pull request, adding 5-card hands test data #29. You are welcome to review it. I actually generated test data for 6 and 7 card hands,...