Last Score Record

I will try to tell u shortly. So, I created a game that should have the last record score. I have no idea how to do that. Please help. Here is the screenshot!

Perhaps this will help?

http://appinventor.mit.edu/explore/ai2/molemash

1 Like

You ca use tinyDB to store record. The first time that you run the app record will be 0 and when the game ends you will store score to tinyDB. Next time when game starts call record value from TinyDB and when game ends if current score is higher than previous record save value to tinyDb

1 Like

Thanks for trying to help, but i need saved score. I mean the last record in numbers. Just like my saved last points

Write the record to TinyDB, but only when the new result is greater than that in TinyDB.
blocks - 2021-01-15T233913.967

1 Like