-
Notifications
You must be signed in to change notification settings - Fork 3
Description
From #8
nDirection is dynamic (but only relevant for >2 players as the direction changes if a player must pass).
Aha. I hadn't read up on the 3-player rules before. But are you sure that the direction can change? From the rules here:
In the case where the current player has no move available, the right to move is given back to the previous player, which means effectively the turn order is changed once to anti-clockwise.
The way I interpret this is that if it is player 2's turn (for example), and he has only moves that would let player 3 win, he must pass and play transfers back to player 1, but the word “once” here suggests that this doesn't permanently change the direction of play. So from player 1's perspective, the next player is always player 2.
Thanks for pointing that out! I think you are right and I missed the word "once" 🙂
But I'll double check it one more time and will take care of it!