Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 21 Psuedo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Psuedo code for 21
THE GAME:
21 is a card game that consists of a dealer and 1 or more players.
RULES:
The dealer gives one card faced up and one card faced down
The dealer gives one card faced up and one card faced down //When the dealer deals the cards, is he giving two to each player or dealing them to the center, can you clarify?
The player has the option to hit or stand
When a player hits, they are given 1 card and if their cards equal 21, they win if they were given 21 first. If their cards go above 21, they get busted/eliminated.
If a player decides to stand, they keep their cards and then it's the next persons turn.
Expand Down