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

Ability to handle multiple players #4

Open
stevenbuccini opened this issue Jul 30, 2013 · 1 comment
Open

Ability to handle multiple players #4

stevenbuccini opened this issue Jul 30, 2013 · 1 comment

Comments

@stevenbuccini
Copy link
Owner

This functionality is close to being implemented, since we can just loop through a list of players and use the same logic for each one, before handling the dealer's case.

@stevenbuccini
Copy link
Owner Author

Make sure to handle how the cards are dealt by using two nested for loops: the outer one loops up to 2, the inner one loops through all the players (including the dealer)

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

No branches or pull requests

1 participant