diff options
author | Anthony Wang | 2021-05-22 19:48:58 +0000 |
---|---|---|
committer | GitHub | 2021-05-22 19:48:58 +0000 |
commit | ae28d7be9c524d5698644731e0a8174277972bc2 (patch) | |
tree | b64baca4429d2f8fc4b7cb0caae351a12bac734a | |
parent | 6f274a5e8a0c6569ee713b3e77f994b6c46d9d6a (diff) |
Update index.tsx
-rw-r--r-- | front/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/pages/index.tsx b/front/pages/index.tsx index 3a36ce6..50d7794 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -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 manages to flip over their claimed number of black cards, you must choose a card from your stack to give up. Otherwise, the previous player must choose one of their cards to give up. +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. 5. If you give up all your cards, you lose! Last player remaining wins! |