Greenfoot5 / Bestagon-Defence

A tower defence game of hexagons with roguelike elements. Made using Unity and Inkscape
Other
10 stars 1 forks source link

Better Leaderboards #83

Open Greenfoot5 opened 1 year ago

Greenfoot5 commented 1 year ago

Currently, leaderboards use exploitavoid.com, but this has several issues (not all on exploitavoid, some on our implementation):

One possible fix would be to setup our own server, using https://github.com/Dino0040/Leaderboards/tree/v1.0.2 as the base, and then expand, allowing metadata (which can be used for customisation, version and players of the same name), allow deleting of the player's data, better login systems, a global leaderboard and more.

This one would be a big update, and if taken up by someone other than me, you'd have to work closely with me and account for data privacy (allowing players to opt-out at any point of sharing their names on the leaderboards, as well as the privacy policy and terms of service updates)

Greenfoot5 commented 1 year ago

With the creation of #125 I'd like this to focus more on anything that requires an update to the server. This excludes:

Everything else is within scope as it requires some sort of change relating to the server.