Creating player score history

Hi everyone.

I want to create a mobile app for children.
It’s a very simple mini games.

There are a lot of games inside the app (~10 mini games).
Each game will have different gameplay, scores and game names.

I want to create a menu that shows what’s been played in the last 20 games, along with the game name, time, and score.

I also want to store those data for different uses, like IQ analysis or something like that.

Thank everyone for reading.

You need to use “storage” conditions and actions. You can write on them any data, and load them too. You need to write all of these data into variable, and write this variable value into storage by “Storage/Save a text(value)” action.

1 Like