Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pseudo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down