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
Maybe I acquire 100 points during a tournament, but in the store I buy things for 80 points.
Should I be displayed in the leader board with 20 points (because I also spent points)? Or should I still be leading with 100 points (because that's still what I earned).
This choice depends on your view on the tournament (whether the store is an actual game element, or a reward store). I think this behavior should be user-selected for each tournament (or store)
The text was updated successfully, but these errors were encountered:
Yes. Right now I implemented this rather quickly with a different account that keeps track of the "coins" that are spendable. If a tournament uses both spendable coins and points we could also use one account. An idea could be to only filter on positive transactions and let that be the score total. The reason why I did it this way is because we also want to be able to deduct points so we should keep that in mind as well.
Maybe I acquire 100 points during a tournament, but in the store I buy things for 80 points.
Should I be displayed in the leader board with 20 points (because I also spent points)? Or should I still be leading with 100 points (because that's still what I earned).
This choice depends on your view on the tournament (whether the store is an actual game element, or a reward store). I think this behavior should be user-selected for each tournament (or store)
The text was updated successfully, but these errors were encountered: