How to branch by game completion count?

Hello all.

I want to differentiate between users who complete a game once and users who complete a game more than once.
For 1-time game completion, create a button and direct them to a specific URL.
For 2+ game completions, disable the button and pop up a message saying that they have already completed the game.

How can we distinguish between 1-time and 2+ time completions?

Use local storage to keep track of how many times a player has completed the game.

Local storage usually refers to servers operated by company(my company)?

From the link I provided:


and

and

1 Like