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
gameStates[tableIndex].Players[i].Score=gameStates[tableIndex].Players[i].WhiteTokens+gameStates[tableIndex].Players[i].BlackTokens// Update the player's total score
888
+
gameStates[tableIndex].Players[i].Score=gameStates[tableIndex].Players[i].WhiteTokens+(gameStates[tableIndex].Players[i].BlackTokens*10)// Update the player's total score
0 commit comments