Tagged Questions

1
vote
1answer
238 views

MMO Proxy Server

I am building an MMO and someone told me I should never have my application interfacing directly with the net, and that I should have a local proxy. This makes sense, with security issues and scaling ...
-1
votes
1answer
80 views

Best Place for me to start [closed]

I am a Web Developer with experience in C#, PHP, Javascript, .NET framework etc. I would really like to get in to indie game development in my spare time, I wouldn't mind learning something like ...
10
votes
3answers
256 views

Should scripts interact with an abstraction of the engine?

I'm using Java and Jython, and after some research I discovered giving scripts direct access to the engine interface could be a mistake, as it would tightly couple the two. It looks like most ...
-6
votes
1answer
561 views

Alternative to C# and XNA? [closed]

I'm interested in Game Development, I know OOP programming and so, but I never used a Stable Language. My favourite language is Java, but people say that is not a good Game Language, since it can be ...