We look at the current game you’re on, then pick the next game it’s your move on based on game ID. I always kinda liked that solution because it gives a way to hop on and do one move for every game you’re in, then log off… that way if there’s one or two other people on making moves right away on your shorter correspondence games, those games don’t keep popping up while you’re cycling through your games. Though I certainly wouldn’t object to someone making an option to progress a different way, it’d be a good setting. The code is here if anyone wants to take a crack at it: https://github.com/online-go/online-go.com/blob/devel/src/components/Notifications/Notifications.tsx#L215-L250