Is there a way to have a program playable online..between two persons computers? Like have one person connect to a host server or ip address? If there is..then can you tell me where I might look up on how to do this?
Thanks,
Tim Perry
Printable View
Is there a way to have a program playable online..between two persons computers? Like have one person connect to a host server or ip address? If there is..then can you tell me where I might look up on how to do this?
Thanks,
Tim Perry
yeah you need to find some apis on packet sending and tcp/ip i think
look up the winsock control, which is used to send information between computers on the internet, or network. it is how a majority of games are designed.