Skip to content
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

Add in functionality for splitting your hand when you have a pair of equal value cards. #7

Open
jstaahl opened this issue Jan 23, 2014 · 3 comments

Comments

@jstaahl
Copy link
Contributor

jstaahl commented Jan 23, 2014

If the user has two cards in their hand of the same value, an extra option to split their hand should appear on screen alongside "hit" and "stay". Add in the proper game flow to play each hand individually.

Also remember a hand can be split more than once. (User is dealt two 6's, they split... When playing their first hand they are dealt another 6, they split again....)

~estimated 200

@JaredBJensen
Copy link
Contributor

Started but not completed. Currently if a player has 2 cards of equal value a "split hand" button appears. This will split their hand, deal a new card to each new hand, and display both hands and their values. However, the code to actually be able to play both of these hands after creating them has not been implemented.

@steve-fields
Copy link

F16 OK (250 pts)

@scottpchow23
Copy link
Contributor

250xp

W18 OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants