|
Description for Playground MMOG Sample source code
|
|
This is "playground", MMORPG Demo (Massively Multiplayer Online Game) using DirectPlay as its network API. This demo contains two workspace : MMOClient and MMOServer. No mySQL included. With this demo you'll see how to create an online game with simple character and chat room.
Full C/C++ source code of MMOClient and MMOServer, all classes and all images are included. This project used CDX to render its character. So, you need to install CDX library and config with your Visual C++ before build them.
|
|