Skip to content

Commit 410d1a5

Browse files
FraSangaIsaacG
andauthored
Update exercises/camicia/instructions.md
Co-authored-by: Isaac Good <[email protected]>
1 parent 20d6dd5 commit 410d1a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/camicia/instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Your program will receive the initial configuration of two players' decks and mu
1111
- Players take a turn by placing the **top card** of their deck onto a central pile.
1212
- If the card is a **number card** (2-10), play simply passes to the other player.
1313
- If the card is a **payment card**, a penalty must be paid:
14-
- `J` → opponent must pay 1 card
15-
- `Q` → opponent must pay 2 cards
16-
- `K` → opponent must pay 3 cards
17-
- `A` → opponent must pay 4 cards
14+
- J → opponent must pay 1 card
15+
- Q → opponent must pay 2 cards
16+
- K → opponent must pay 3 cards
17+
- A → opponent must pay 4 cards
1818
- If the player paying a penalty reveals another payment card, that player stops paying the penalty.
1919
The other player must then pay a penalty based on the new payment card.
2020
- If the penalty is fully paid without interruption, the player who laid the **last payment card** collects the central pile and places it at the bottom of their deck.

0 commit comments

Comments
 (0)