multiplayer [Archive] - C Board

PDA

View Full Version : multiplayer


phantom
03-28-2002, 07:46 PM
I'm thinking of learning how to program multiplayer in C++, does anyone have any opinions on what I should use? I know that DirectPlay is multiplayer but does this work on a Linux server (I'm assuming not but someone may have ported it)?
Does anyone know of any good sites to learn multiplayer code for a linux server?

Coder
03-29-2002, 03:02 AM
I know that DirectPlay is multiplayer but does this work on a Linux server (I'm assuming not but someone may have ported it)?

DirectX is windows-specific, and as far as I know, no one has ported DirectPlay.

Does anyone know of any good sites to learn multiplayer code for a linux server?
I believe you should go to www.gamedev.net and visit the articles section. Enter the topic "multiplayer".

If you still can't find something useful, go to their forums ( they have a multiplayer forum, as far as I recall ) and ask whatever you want there.

phantom
03-29-2002, 03:08 AM
Thanks for the info.