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
6 changes: 3 additions & 3 deletions BlackJack Game
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Rules
Game Play
Dealer deals out 2 cards to each player, one card faced up one card faced down
The Player then decides wheather he wants to "hit me", gain a card, or "stay", sitck with the two card they already have. They do this based on the card that is faced up.
You does this all with one card still faced down
You do this all with one card still faced down
Once they have decided to "stay" the card faced down will now be turned over
All cards you have will now be added together
Whoever gets closest to 21 or gets 21 then they win
If you go higher then 21 you "bust" and automatically lose

replay untill game is over

replay until game is over