A framework for programming language and platform agnostic application development. It was developed by Microsoft and the most well known implementation is Microsoft .Net for Windows. Another implementation is Mono which runs on Windows, OS X and Linux. The most common programming language for .Net ...

learn more… | top users | synonyms

0
votes
2answers
61 views

multi user web game with scheduled processing?

I have an idea for a game which I am in the process of designing, but I am struggling to establish if the way I plan to implement it is possible. The game is a text based sports management ...
0
votes
0answers
130 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
110 views

Rendering light rays that intersect the viewport but have off-screen sources (XNA)

I am creating a very simple 2D navigation app in XNA. The grid/world starts at (1,1) and carries on to infinity in the East and South directions. The view-port shows the world without any scaling ...