In this article, you’ll learn how to compare two poker hands that are a high card, and determine the winner.
How to Code Poker Hands – Comparing Hands
When two poker hands are compared, which one wins? That’s what this article will introduce you to.
How to Code Poker Hands – Royal Flush
This article continues the poker hands series with the final poker hand we’re covering, the royal flush.
How to Code Poker Hands – Four Of A Kind
In this article continuing the poker hands series, you’ll learn how to code a solution for matching a poker hand is a four of a kind.
How to Code Poker Hands – Full House
This article covers how to code a solution for determining if a poker hand is a full house.
How to Code Poker Hands – Flush
In this article, you’ll learn how to program a method for determining if a poker hand is a flush.
How to Code Poker Hands – Straight
Continuing the series of writing code that recognizing poker hands, you’ll learn how to code a solution for determining if a hand is a straight.
How to Code Poker Hands – Three Of A Kind
Continuing the mini-series about writing code to match poker hands, we’ll cover a three of a kind.
How to Code Poker Hands – Two Pair
In this article, we continue the mini-series about writing code to match poker hands. This one is about matching a two-pair.
How to Code Poker Hands – Pair of Jacks or Higher
This article is the start of a mini-series of articles that go over how to code matching poker hands. This one starts with a jacks or higher pair.