Poker Evaluating Poker Hands Finally we're in a position to actually evaluate poker hands using my favourite hobby of gratuitous bit twiddling.
Poker More Bit Representations Let's look at another way to represent cards using bits that will be much easier to work with when we finally get around to evaluating poker hands.
Poker Card Combinations Before we can start evaluating five card poker hands we actually need to get some five card poker hands. So we need some code to produce five card hand combinations from a full deck of cards.
Poker A Set of Cards First in a series of post where I discuss how to evaluate poker hands using C# and excessive bit twiddling.