vaithak / PokerProbability

An interactive cli tool written in C++ for calculating the winning probability of each player in Texas Hold'em Poker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokerProbability

An interactive cli tool written in C++ for calculating the winning probability of each player in Texas Hold'em Poker.


Build instructions

  • Download/clone this repository using git
  • cd into the cloned repo
  • run make all

Usage

After building the code according to the steps mentioned above, the executable poker_prob will be formed in build/app folder. It is an interactive tool, so all the steps will be told during the execution itself.

Contributing

  • Feel free to fix any bug, or implement any new feature and send a PR to add it here 😄 .

References

About

An interactive cli tool written in C++ for calculating the winning probability of each player in Texas Hold'em Poker.

License:GNU General Public License v3.0


Languages

Language:C 80.3%Language:C++ 19.3%Language:Makefile 0.5%