Computer Science Canada Euchre & the Net |
Author: | TheFerret [ Wed Jun 09, 2004 9:35 am ] |
Post subject: | Euchre & the Net |
I have an Euchre game almost done for my final project and I want to be able to play with 3 other people on different computers using Turing's Net. function but I am not sure how to be able to connect to more then one computer and then send the data... |
Author: | DanShadow [ Fri Jun 11, 2004 3:34 pm ] |
Post subject: | |
Only 2 people I know have been able to accomplish programs working with 3+ clients. I personally have been able to have as many clients talk to the server as I want, but the server cant talk back, lol. My advice, is keep everything in an array. When a user connects, add the port number +1, and record all ips as "netStream" addresses in an array, and send them out, or accept them all in order of the array. Good luck! |