Skip to content

Update Slapjack.text #9

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
14 changes: 9 additions & 5 deletions Slapjack.text
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
Slap Jack Rules:

1. Gather a minimum of 2 players but not more than 8 players
2. Make sure your card deck has no jokers
2. Make sure your card deck has no jokers // A standard 52 deck doesn't have jokers, defining this is not needed
3. Shuffle the cards then deal the cards as evenly as possible
4. Depending on the number of the people that are playing will determine how many cards you have to distribute to each person
4. Depending on the number of the people that are playing will determine how many cards you have to distribute to each person
// Step 4 is redundant of step 3, not needed
5. Once the cards are distributed evenly to each person, make sure that the cards each player has are neatly facedown.
Gameplay:
6. Starting with the player to the left to the dealer(person who distributed cards) will start to place one card in the pile face up.
7. Then the next player will place one card in the pile face up and so on.
8. If the card is a jack, the first person to slap the card gets the whole pile of cards and the dealer reshuffles the cards and we restart.
9. If the card placed in the pile is a jack but no one slaps the card, the players just place the next card in the pile
8. If the card is a jack
then first person to slap the card gets the whole pile of cards and the dealer reshuffles the cards and we restart.
9. If the card placed in the pile is a jack but no one slaps the card,
then the players just place the next card in the pile
10. You repeat steps 6,7 and if the card is a jack again, also repeat step 8. If step 9 also applies, just repeat steps 6 and 7.
11. If one of the players slaps a card in the pile that is not a jack, the other player must give that card he slaped to another player since the the player got a "penalty card" for slapping a card that is not a jack.
11. If one of the players slaps a card in the pile that is not a jack
then other player must give that card he slaped to another player //the player got a "penalty card" for slapping a card that is not a jack.
12. If you have the whole deck:
then you win the game:
Else if another person has the whole deck:
Expand Down