You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: