Poker Game Leave the statement - PowerPoint PPT Presentation

About This Presentation
Title:

Poker Game Leave the statement

Description:

FOR MORE CLASSES VISIT tutorialoutletdotcom Poker Game In my Program.cs file: Leave the statement where you create a new myDeck, but delete the simple “write all 52 cards loop”. Leave the very last Console.ReadLine(). Create an int called howManyCards and set it to 5. We will normally play with a 5 card hand, – PowerPoint PPT presentation

Number of Views:3
Slides: 4
Provided by: Gundy

less

Transcript and Presenter's Notes

Title: Poker Game Leave the statement


1
EDUCATIONAL COURSESTUTORIALOUTLET
2
Poker Game Leave the statement
  • FOR MORE CLASSES VISIT
  • tutorialoutletdotcom
  •  
  • Poker GameIn my Program.cs file Leave the
    statement where you create a new myDeck, but
    delete the simple write all 52 cardsloop.
    Leave the very last Console.ReadLine(). Create an
    int called howManyCards and set it to 5. We will
    normally play with a 5 card hand,but its nice
    to be able to make it smaller when you are
    debugging. So never hard code a 5 inyour
    program, always use this variable. Create an int
    balance and set it to 10. This holds how much
    money the player has, they start with

3
EDUCATIONAL COURSES TUTORIALOUTLET
Write a Comment
User Comments (0)
About PowerShow.com