Skip to content

abhayptp/poker-probability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published