Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.