I want to have a game where I can have two+ players playing at once. I can get everything going in arrays (ie: money[playernum]) but I'm not sure how to have it connect to more then one terminal.
Anyone know?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-10-02
Yes, that's a good question ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to have a game where I can have two+ players playing at once. I can get everything going in arrays (ie: money[playernum]) but I'm not sure how to have it connect to more then one terminal.
Anyone know?
Yes, that's a good question ;-)
someone's gotta know this...
Try here for a start : http://www.peterindia.com/SocketProgrammingResources.html
Look for : Asynchronous Socket Programming
under ... FAQs and Tutorials.
j@ck_