Skip to content
Advertisement

Tag: poker

Is it possible to decrement counter within a condition?

i am trying to detect a jokerStraightFlush when analysing a poker hand. I need to add a feature where this hand works 8S JK 6S JK 4S. The JK are jokers. I am using the exact same code logic as https://www.codeproject.com/Articles/38821/Make-a-poker-hand-evalutator-in-Java. cardsTable represents the distribution of the Card ranks present in the hand. Each element of this array represents the

Advertisement