Multiplayer gaming.....
What is the easy way to send and recieve packets between players using a server:
Player A does Action, Client is updated
Client Sends to Server
Server Updates internal Game-state....
Server Sends to Player B,C,D
Player A,B,C Client is updated
Player B ...........
Well, there are packages that handle a lot of it for you like DirectPlay (part of DirectX), and more low level packages like winsock. I''m just learning winsock for my own first game server, and I''m finding that the MSDN articles for it are very helpful.
--Riley
See this thread for fundamental Winsock usage...
---------
-WarMage
...always willing to lend a hand, but I''m running low and need to go out and harvest some more...
---------
-WarMage
...always willing to lend a hand, but I''m running low and need to go out and harvest some more...
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement