Update index.tsx
This commit is contained in:
parent
ae28d7be9c
commit
46eb51e2b5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const rules = `There are only 5 simple rules!
|
|||
|
||||
3. During the round, players go around in a circle, claiming increasingly greater numbers. If it is your turn to claim a number, you must either claim a larger number than the previously claimed number or call BS. If you call BS, the previous player must flip over their claimed number of black (clubs or spades) cards from the tops of everyone's stacks.
|
||||
|
||||
4. If the previous player flips over a red card or cannot flip over their claimed number of black cards, they must choose a card from your stack to give up. Otherwise, the person who called BS must choose one of their cards to give up.
|
||||
4. When you click flip, it flips over the top card from that person's stack. If the previous player flips over a red card or cannot flip over their claimed number of black cards, they must choose a card from your stack to give up. Otherwise, the person who called BS must choose one of their cards to give up.
|
||||
|
||||
5. If you give up all your cards, you lose! Last player remaining wins!
|
||||
|
||||
|
|
Loading…
Reference in a new issue