Skip to content

Commit 7af9552

Browse files
FraSangaIsaacG
andauthored
Update exercises/camicia/instructions.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
1 parent a11753e commit 7af9552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/camicia/instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Your program will receive the initial configuration of two players' decks and mu
2222
- A **trick** can occur in two ways:
2323
- When a player finishes paying their penalty.
2424
- 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.
25+
- 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.
2627
- The game **enters a loop** as soon as decks identical to previous ones are played during the game, **not** counting number cards!
2728

2829
## Examples

0 commit comments

Comments
 (0)