Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
173 views

A simple example of movement prediction

I've seen lots of examples of theory about the reason for client-side prediction, but I'm having a hard time converting it into code. I was wondering if someone knows of some specific examples that ...
0
votes
0answers
40 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
107 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: ...