Questions about games which require constant online presence of a player.
16
votes
5answers
2k views
Game logic on the server! Good or bad?
I'm currently planning a simple online multiplayer game. And here is the question. Does it make sense to make the whole game logic on the server and just send the input from the client to the server? ...
11
votes
7answers
2k views
16
votes
3answers
2k views
Online leaderboard systems for (small/indie) PC games? [closed]
Are there any free/affordable systems/libraries out there for adding online features to a small PC game? (most likely, for a small primarily-Windows-based indie game)
I'm not concerned about ...
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 ...