Top "Poker" questions

Questions relating to development on the subject of all variants of poker.

Function to determine whether a poker hand is a straight?

For a homework assignment I was given a Card class that has enumerated types for the Rank and Suit. I …

java performance poker
Generating all 5 card poker hands

This problem sounds simple at first glance, but turns out to be a lot more complicated than it seems. It's …

python algorithm permutation combinatorics poker
Poker Hands in Java

Is there any easy method to compare two poker hands? I'm going about this pretty naively, so if anybody has …

java poker
Faster poker hand evaluation

I'm trying to use "RayW hand evaluator" approach to get a card combination score (5 best cards out of 7). However I'm …

c# winforms ranking poker
Dice Question (Full House and Straight recognition)

I'm making a dice game. There are 5 dice in which I have all the values for and I need to …

c# regex poker dice