Tagged Questions
1
vote
2answers
200 views
Implementing Online Leaderboards for indie windows PC Game
I've just finished my game and I'd like to add some ranking functionality to it. I have a mySQL database running on my website and want to be able to insert and retrieve data from it. My knowledge in ...
6
votes
4answers
817 views
Where to start the coding of online leaderboards?
I NEVER, EVER did ANY sort of network code in C++, I don't know even the libraries that exist, but a popular demand for my game is online leaderboards...
So, what sort of libraries I should research ...