Tagged Questions

1
vote
6answers
546 views

How do i choose what technology to use for a 2D game like Pokemon?

I apologize in advance for the wall of text about to come. I've had an idea for a game for a while now, and am stuck at step 1 of game development: Choosing a language/engine. I've read a whole ...
1
vote
1answer
411 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
110 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
284 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
697 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 ...