Skip to content

Allows you to play three card poker in your java console

Notifications You must be signed in to change notification settings

colindiorio/Three-Card-Poker

Repository files navigation

Three-Card-Poker

Gameplay

Rules

Hand Ranking What is that? When both hands are same ranking
Straight Flush All three are the same suit and are in a sequence Compares the highest card
Three of a Kind All three are the same Compares the highest card
Straight All three are in a sequence Compares the highest card
Flush All three are the same suit Compares the highest, then middle, then lowest card
Pair Two cards are the same Compares the pair value, then the other card
High Anything else Compares the highest, then middle, then lowest card

About

Allows you to play three card poker in your java console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages