Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krisluczka/texas-hold-em-probabilistic-calculator
Simple calculator that reveals the chances of getting a given hand in a poker game.
https://github.com/krisluczka/texas-hold-em-probabilistic-calculator
cpp cpp17 gambling poker poker-evaluator texas-holdem-poker texasholdem
Last synced: about 1 month ago
JSON representation
Simple calculator that reveals the chances of getting a given hand in a poker game.
- Host: GitHub
- URL: https://github.com/krisluczka/texas-hold-em-probabilistic-calculator
- Owner: krisluczka
- License: mit
- Created: 2024-07-18T18:30:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T22:43:20.000Z (5 months ago)
- Last Synced: 2024-10-12T16:03:34.968Z (2 months ago)
- Topics: cpp, cpp17, gambling, poker, poker-evaluator, texas-holdem-poker, texasholdem
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Texas Hold’em probabilistic calculator
A simple calculator that reveals the chances of getting a given hand in a poker game. It takes card rank and suit as it's two-character input.
## The method
The calculator uses one deck to draw cards. Then it randomly draws community cards, simulating thousands of games. After the calculations it spits out the hand names with given probability preceded by it's strength.
## Result interpretation
After the simulation, percentage results are presented, indicating how many games on average you would get a given hand. This should help in decision making during the game.