Programming Language

Started by
11 comments, last by Weet 18 years, 8 months ago
What programming language would work the best for a 3D MMO game?
Advertisement
Don't start with an 3D MMO, work your way up (starting with Pong, Tetris, etc). I would recommend Python, it's pretty easy to use and powerful (once you learn the language, you can start doing some graphics with Pygame and eventually PyOpenGL).
Oh, no, I'm not doing this, I'm find out for my friend, does anyone have any reccomendations?

I'd say Python + a little C++ for time critical stuff, if you want to use your time wisely. Server (and perhaps client too) could also be done in Java. But there have been MMORPG's which have been programmed entirely in C (worship our hero Raduprv (sp?)).
Ok, thank you
Just curious as but why do you recommend python over C++?
Because it saves time.
Well that would certainly make sense :). Does it really save that much time though? I've never used python before though I do have experience with C++.
Then tell your "friend" not to start with a 3D MMO, and start with something simple.
Free Mac Mini (I know, I'm a tool)
Um, I'm not the thread starter (you were refering to me?). =)

This topic is closed to new replies.

Advertisement