I ask you to help today because I can not seem to do something in my program.
It is a turn-based game, I manage this with:
player = turn % nbr_players;
this is the number of player we play for now
But I would add a condition if we want every person is a 2 turn each time. If someone would have an idea of approach I am taking
thank you very much