Texas Hold'em Poker Probability Calculator in Python
Stars
56
Forks
9
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
42
commits
18
fixed broken link in readme
f20c5bb
Update pybind11 version in pyproject.toml
aa12ff3
Changed version number
2941b9e
Merge pull request #1 from luigibrancati/wip/improve_code_legibility
9c05224
Switched value to string in python interface
015f67d
Modified setter and getter for suit and hand_type
5bc55e7
Added string constructor to Hand
230c0a5
Replace from_string with a constructor
0d9214c
Added card from string method
8fee891
Simplified hand heuristic
ecd7ac0
Fixed typos
e362fce
Added to_string methods in place of lambdas
f5e64de
Added operator== and operator>= to Hand
9df04d1
Moved heuristic function inside Hand struct
ade42dc
Added HandType enum
24e2e7e