You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/camicia/instructions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Your program will receive the initial configuration of two players' decks and mu
11
11
- Players take a turn by placing the **top card** of their deck onto a central pile.
12
12
- If the card is a **number card** (2-10), play simply passes to the other player.
13
13
- 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
18
18
- If the player paying a penalty reveals another payment card, that player stops paying the penalty.
19
19
The other player must then pay a penalty based on the new payment card.
20
20
- 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