Advertisement

Implementing simple turn-based game

Started by November 13, 2003 10:01 AM
1 comment, last by CutterSlade 21 years, 2 months ago
Hi, I have a very simple turn based game coded in VC++/DirectX7 and wanted to add multiplayer to it. The problem is I don''t know squat about networking programming, so I thought I could ask you guys =D What I want to do is have one player be the server and the others connect to it. Could you point some tutorials or samples I could learn from? Which are the best methods to do it? Thanks in advance --------------------------------------------------------- There are 10 kinds of people: those who know binary and those who don''t
--------------------------------------------------------- There are 10 kinds of people: those who know binary and those who don't
Shouldn''t be too hard to do..
There''s some nice tutorials on establishing a connection and sending data on this page. As for the synchronization method I''d recommend input reflection.
Advertisement
Thanx =D

---------------------------------------------------------
There are 10 kinds of people: those who know binary and those who don''t
--------------------------------------------------------- There are 10 kinds of people: those who know binary and those who don't

This topic is closed to new replies.

Advertisement