The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
152 views

How to develop multi-player game without involving server side code?

There have been lot of cloud based frameworks released in past few years. They provide real-time communication among users but does not allow developers to write server side code. So, how can we use ...
-2
votes
2answers
198 views

How does streaming of games work? [closed]

In the last few years, lots of companies (such as OnLive or Gaikai) have begun providing games "from the cloud" as an online stream, which doesn't require the full game to ever be downloaded. How ...