-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuffle an Existing Deck #83
Comments
What's the scenario you are trying to do?
You can shuffle an existing deck, but it will shuffle *all* the cards.
…On Thu, May 21, 2020 at 7:12 AM Pavan Sibal ***@***.***> wrote:
Is there a way to shuffle the existing deck with remaining cards?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#83>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMQLHUFHYBXT5LZ3FKILBLRSUSFHANCNFSM4NG2QOLA>
.
|
I am building a game where I would need to shuffle only the remaining cards. Thanks |
Can you shuffle the cards, deal out however many, then not shuffle the
remaining, but because the cards were shuffled initially, they are still in
a randomized order? Or is it the kind of thing where you open a new deck,
and deal from the top without shuffling?
The images were stolen from here:
https://commons.wikimedia.org/wiki/Category:SVG_playing_cards
There's a few different images that you can use for the back of the cards.
Best,
Chase
…On Sat, May 23, 2020 at 12:41 PM Pavan Sibal ***@***.***> wrote:
I am building a game where I would need to shuffle only the remaining
cards.
Plus do you have image of back of a card. So a gamer can choose to keep
his cards closed. They can choose to see or not.
Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMQLHXALEAQJOFB3GDLMFLRTAKERANCNFSM4NG2QOLA>
.
|
Thanks so much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to shuffle the existing deck with remaining cards?
The text was updated successfully, but these errors were encountered: