fragglet / sdl-sopwith

Classic bi-plane shoot-'em up
https://fragglet.github.io/sdl-sopwith
GNU General Public License v2.0
66 stars 13 forks source link

Feature request: Online top score board #10

Open calcmandan opened 1 year ago

calcmandan commented 1 year ago

I'd love to see scores uploaded to an online destination so that, upon loading the game, the reigning top scores are listed.

slicer69 commented 1 year ago

In this case, I think it would be the lowest scores that would be considered the best, wouldn't it? Usually if you're doing better then your score is lower. So lowest score for the highest level achieved?

fragglet commented 1 year ago

It's a nice idea, though of course there's the problem of verifying the high score, or anyone could submit a fake high score. I would definitely like to see local high scores as a first step.