Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 685 Bytes

go-pokerRanker

Determines the winning poker hand from input

Originally written in C++ for dReam Tables Poker

Translated to go

How to Use

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.

PokerTitle