Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am making a blackjack game and I have all the cards stored in an array. How can I randomize the array so that when crads are dealt it is random. Will there be problems drawing the same card twice?

 

Thanks in Advance

  • *Experts*
Posted
How are you making the cards different? Do you have some kind of an enumeration with all possible kinds or what? If you have an enumaration, it would the easiest way to do, using the Random object.
  • *Experts*
Posted

Check out wyrd's card games for guidance on shuffling your cards.

The Deck class has a Shuffle method that you can look at. It

basically just loops through every card and swaps the current

card in the loop with a random one.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...