pixelwheels icon indicating copy to clipboard operation
pixelwheels copied to clipboard

Save the Highscore online / on a cloud

Open Dtrieb opened this issue 5 years ago • 3 comments

Save the Highscore online / in a cloud so thats it sync if you use more than one device.

Dtrieb avatar Aug 23 '19 18:08 Dtrieb

I would love to add this, but without adding a hard dependency on Google Play, so that it is usable for F-Droid and Desktop users.

I don't have any experience in this domain, do you know of any useful services to do this? I'd rather not roll my own.

agateau avatar Aug 23 '19 23:08 agateau

With program language do you need the code?

https://github.com/netmute/highscore https://github.com/sius/hall-of-fame

By the while search here on GitHub for Highscore.

Dtrieb avatar Aug 28 '19 13:08 Dtrieb

These projects are nice, but I was thinking it would be great to have a global leader board. The problem with this is as soon as such a public score is available, some people are going to try to cheat and post fake scores. It is even easier when both the server and the client source code are available ;)

It would thus need some serious anti-cheat checks. A possible approach would be to post all the inputs of the race and have the server somehow replay it to check it's legit. That is a lot more work though. Need to think about it.

agateau avatar Aug 30 '19 18:08 agateau