I got a C++ book to study but it says nothing about games.
So where can I learn about programming MMORPGs; the necessary and used librearies, the important concepts, and everything else related? I want content enough to study for the next years of my life and to become good enough to join a profissional team or to start my own team.
Creating MMORPGs.
Started by WindScar, Nov 30 2008 05:11 PM
2 replies to this topic
#1
Posted 30 November 2008 - 05:11 PM
#2
Posted 30 November 2008 - 06:24 PM
Start reading these books:
Developing Online Games: An Insider's Guide
Massively Multiplayer Game Development
However, those books contain almost nothing about programming. Making online games is not an easy task. You have to learn deeply about Game engine construction first.
And knowing c++ language is not sufficient.
By my part I'm making a MMORPG engine in C++ which implements a novel technique for networked physics. This engine could make the maintenance of Virtual worlds very cheap because it uses P2P for most interactions, leaving servers only for validation and DB tasks.
If you're interested, you can send me a PM or contacting me by email: superoptimo [at]gmail.com . This project is Open source and you're welcome for learning it and collaborating on its development.
Developing Online Games: An Insider's Guide
Massively Multiplayer Game Development
However, those books contain almost nothing about programming. Making online games is not an easy task. You have to learn deeply about Game engine construction first.
And knowing c++ language is not sufficient.
By my part I'm making a MMORPG engine in C++ which implements a novel technique for networked physics. This engine could make the maintenance of Virtual worlds very cheap because it uses P2P for most interactions, leaving servers only for validation and DB tasks.
If you're interested, you can send me a PM or contacting me by email: superoptimo [at]gmail.com . This project is Open source and you're welcome for learning it and collaborating on its development.
#3
Posted 30 November 2008 - 07:02 PM
Please see the many other threads on this forum regarding MMORPGs and getting started with game development. Especially please see the stickies here.
reedbeta.com - developer blog, OpenGL demos, and other projects
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked









