Tetris icon indicating copy to clipboard operation
Tetris copied to clipboard

Implement a global scoreboard/leaderboard

Open PSCoder10462 opened this issue 1 year ago • 1 comments

PSCoder10462 avatar Aug 04 '22 11:08 PSCoder10462

Browsing some forums I found this could be done on C++ by using SOAP to have the game communicate with the server (the server would contain an updatable database of the high-scores; I guess that server could be hosted on netlify, or heroku if netlify does not work).

Here are some of the resources I read:
https://gamedev.stackexchange.com/questions/3377/where-to-start-the-coding-of-online-leaderboards https://www.youtube.com/watch?v=GuGrTm350s4&t=694s

andrewrgarcia avatar Oct 10 '22 18:10 andrewrgarcia