Determines the winning poker hand from input
Originally written in C++ for dReam Tables Poker
Translated to go
- Install go
- For Five Card run:
go install github.com/SixofClubsss/go-pokerRanker/FiveCard@latest
cd go/bin
./FiveCard
- For Holdem run:
go install github.com/SixofClubsss/go-pokerRanker/Holdem@latest
cd go/bin
./Holdem
This assumes default go path
Follows prompts to select how many hands to compare then enter hand inputs.