Skip to content

ProfessionalAmateur/Java-TexasHoldEm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Poker Game in Java (incomplete)

Overview

While teaching myself Java I needed to write some code to fully grasp the language. This is the project, a Texas Hold'em game written in Java. I believe I wrote this around 2009-2010 time frame and it's fairly messy. Comments and documentation are not done in the preferred Java format, and Im sure there are plenty of opportunities to tidy the code up.

What works:

  1. Asks the user for the number of players
  2. Create a deck of cards
  3. Shuffle
  4. Cut the deck
  5. Deal players hole cards
  6. Burns a card
  7. Deals flop
  8. Burns a card
  9. Deals turn
  10. Burns a card
  11. Deals river
  12. Prints the deck to console to show random deck was used
  13. Prints the 'board'
  14. Prints burn cards
  15. Printers players cards
  16. Evaluates the value of each players hand (Royal flush, full house, etc...)

I never finished the game, but it served it's purpose in helping me understand and use Java.

About

Texas Hold'em Game in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages