How to make a leaderboard
Help me how to make a online leaderboard :(
You need to have a server that will receive data, save it to disk, and respond to requests for leaders. This will be done according to some established protocol. Each server storing data may have a different protocol,
You can also write your own server in MicroScript - but you must have an online machine.
You can also keep your own high scores in "storage"
- see the documentation for more information.
This game uses a leaderboard - see how they did it.
https://microstudio.dev/i/spyros1973/popandorder/
edit >>> https://microstudio.dev/community/resources/online-leaderboards/606/