Clicking App|NEED RATING AND HELP|

I made a clicking app but I also need to know how I can use the TinyDB to save the score if Player 1 or Player 2 won, if I coded correctly. and I just need to know for a beginner did I did well.

Clickinggame.aia|attachment
(8.4 KB)
ell.

If it works for you as you want it to work, then you did well

Taifun

@Taifun Thanks for the rating but if I were to use TinyDB so I could track how many times Player 1 or Player 2 won, how could I do that.

Use 2 tags, for example player1 and player2 which have the value 0 at the beginning and increment that number for that player who won

Taifun