Texas holdem practice

broken image
broken image

The deck should be a standard deck of cards consisting of 52 cards made up of 4 different Suits (diamonds, clubs, hearts, spades) with Values ranging from TWO to ACE. You are required to create a Deck of Cards that can be used in our poker game. So let's talk about the elements that you'll need to implement for this assignment. This particular assignment won't be to implement the entire breadth of the game, but rather, to implement the key elements of the game of poker so that we can expand on it later.

broken image

If you aren't familiar with Texas holdem poker, you can become acquainted with the generic rules of poker here. In this assignment we are going to use our knowledge of Enums to create a Texas holdem poker game!

broken image

Before we launch into this assignment, let's take a look at the solution for assignment 5:

broken image