1 / 3

Poker Game Leave the statement

FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Poker Game<br>In my Program.cs file: Leave the statement where you create a new myDeck, but delete the simple “write all 52 cards<br>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,<br>but it’s nice to be able to make it smaller when you are debugging. So never hard code a 5 in<br>your program, always use this variable. Create an int balance and set it to 10. <br>

Lancashire
Download Presentation

Poker Game Leave the statement

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 it’s 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

More Related