Skip to content

SixofClubsss/go-pokerRanker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Determines the winning poker hand from input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages