Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 649 Bytes

Poker Probability

A Golang CLI app which calculates probability of winning poker round based on known information ie open community cards, self cards and other player cards (if you know them :p).

Build

go build

Run

./poker-probability -community_cards="<community-cards>" -simulation_rounds=<simulation-rounds> -players_count=<players-count> <space-separated-player-cards>

Example:

./poker-probability -community_cards="AS" -simulation_rounds=1000 -players_count=5 "AH,1D"

2022-11-29-014041_2560x1440_scrot