turn based MMORPG

is it possible to make a turn based MMORPG using unity3d? If so, how?

I suggest you don't even attempt that. Especially with no knowledge about unity. MMORPGs are next to impossible for a single developer. You would need a team of experienced developers. Plus, you can't just expect people to code for you. Try doing some research yourself. And start at a much smaller scale like a basic RPG.

read through these: http://answers.unity3d.com/questions/topics/mmorpg.html

you can't just ask "how do I make a super complicated game?" there are so many steps you have to take, focus on one aspect and go from there. Like how do I get this player to move on the screen, etc

1 Answer

1

yes, if you crazy.

there are guys who made it in flash and papervision so it can be done with a team of 3 in one and a half year. http://www.koyotl.de/

once you have your singleplayer rpg you can worry about sending the data to the server.