You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my Game, after one move, the player is sent to a specific Stage. There he must put a certain amount of pieces on the board.
So I've create this specific Stage and send the current player to it :
The Stage ends as desired but how can I end up the turn automatically when the stage ends or when the player has finished (when he performs dromNum times the allowed move) ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For my Game, after one move, the player is sent to a specific Stage. There he must put a certain amount of pieces on the board.
So I've create this specific Stage and send the current player to it :
The Stage ends as desired but how can I end up the turn automatically when the stage ends or when the player has finished (when he performs dromNum times the allowed move) ?
Beta Was this translation helpful? Give feedback.
All reactions