|
-
May 3rd, 2000, 08:20 AM
#1
I have already made a sevral simple games and am pretty much done a Tile-Based RPG w/ Level-Editor. 
I've been thinking about creating a real time strategy style game. I was wondering if anyone knows what a good way to do Internet play (using IP adresses). I don't want to know how, just the method to go about doing it.
-
May 4th, 2000, 01:55 AM
#2
Hyperactive Member
hey,
im doing a real time strategy with multiplayer too 
we've got multiplayer working over the net, using the winsock control to send the data. get a winsock tutorial to find out about it. then we're just basically sending all the data needing to be sent (like unit positions, health, etc) in a string. (but might use a byte array as that would be smaller to send).
buzzwords are the language of fools
-
May 4th, 2000, 04:13 AM
#3
Ok, thats what I was tinking of using but I just wanted to see if there were any other ways.
thanx for the info
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|