Hey, i’m making a space invaders type game and i was given the task to make a scoreboard with the highscores. I’ve looked around the forum to no avail, all solutions use Firebase DB. Is there a way to circunvent this?
Does the scoreboard need to be online or offline?
Doesn’t matter, but would rather have an online one if possible
To be able to use the scores by many users you need one of the external data stores (Airtable, Google sheet, Firebase) or you use APIs to connect to other kind of databases such as backendless or tiny dB and many others.
You’re not confined to Firebase but it’s easier to manage.
If you can settle for offline which means everyone will have his/her own scores only then you can use the local DB or stored variables.
How would i go about using the local DB to display one’s own sorted scores? I’ve tried already but i can’t seem to find a way to do so.
Please show your blocks and what you have already tried for others to give you suggestions.
Try using cloud variables
Cloud variabeles are powered firebase.
I suggest using Google Sheets