Consider the following game played on triples of integers modulo $3n$. Player $B$ writes down the triple $(a,a+n,a+2n)$. Starting with player $A$, they then take it in turns to add $1$ to one of the components of the triple, so that all three components are distinct. Player $A$ wins if at any stage, two of the components are in the set $\{0,n,2n\}$. For which $n$ does player $A$ have a winning strategy?
For $n=1,2,3$, player $A$ wins. I think you can show that player 1 can always force a series of moves to go from a triple of the form $(a,b,b+n)$ to $(c,b+1,b+n+1)$, which should imply the result inductively, but the cases are annoying me.