The client-server tag has no wiki summary.
0
votes
0answers
131 views
Worker roles in Windows Azure to host a multiplayer server
I've been doing research on where to host a simple multi-player backend for a simple game I'm developing. So as a first choice I downloaded the Windows Azure SDK, which provides a nice and simple ...
0
votes
0answers
127 views
Articles on writing a networked game with a server
I want to try out writing a networked game, as it is an important and complex field.
Here is my enviroment:
XNA (C#), A player object, drawn as a circle, with movement input. Top down.
I want to:
...