diff --git a/Pseudo.txt b/Pseudo.txt index 30bfc8c..09a2242 100644 --- a/Pseudo.txt +++ b/Pseudo.txt @@ -8,7 +8,7 @@ An individual player's hand will be sorted by card number in any order they like The player doesn't order their hand and sorts cards in groups of the same numerical values. Before starting, determine the turn order among the players by age: The oldest player gets the first turn: - From the first player, rotate clockwise with turns going from player to player without skipping. else: + From the first player, rotate clockwise with turns going from player to player without skipping any players. else: Rotate counter-clockwise with turns going from player to player without skipping anyone. The youngest player gets the first turn: From the first player, rotate clockwise with turns going from player to player without skipping. else: