A two plus two poker evaluator implementation in GO.
A lookup table is included via git lfs
. To pull it:
- install
git lfs
following https://git-lfs.github.com/ - run
git lfs pull
Inspired by https://github.com/tangentforks/TwoPlusTwoHandEvaluator and https://github.com/chenosaurus/poker-evaluator
See evaluator_test.go
for example usage.