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
4 changes: 3 additions & 1 deletion Slapjack Instructions
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When a player has no more cards left, they are out.
The player who is left at the end is the winner.

TURNS
The player to the left of the dealer goes first:
The player to the left of the dealer(you need to understand thi basic concept the computer is the dealer and will deal you cards you do not need to assign roles.) goes first:

while (player has > 0 cards) {
The player taking their turn will place a card face up in the middle
Expand Down Expand Up @@ -46,3 +46,5 @@ while (player has > 0 cards) {
If the player does not have any more cards to play;
they are out of the game
}

gj this is gud jef