We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11753e commit 7af9552Copy full SHA for 7af9552
exercises/camicia/instructions.md
@@ -22,7 +22,8 @@ Your program will receive the initial configuration of two players' decks and mu
22
- A **trick** can occur in two ways:
23
- When a player finishes paying their penalty.
24
- When a player runs out of cards, either at the start of their turn or while paying a penalty.
25
-- The game **ends** when one player can no longer respond by playing a card, in general.
+- The game **ends** when one player can no longer play a card.
26
+ This can occur at the start of a turn or while paying a penalty.
27
- The game **enters a loop** as soon as decks identical to previous ones are played during the game, **not** counting number cards!
28
29
## Examples
0 commit comments