sockets

spyter

New member
Joined
Dec 30, 2008
Messages
4
Programming Experience
Beginner
I made a tic tac toe game that works single player vs a bot that i programmed.

Now i have added the functionality of multiplayer (across a LAN)

i need to set the game up so it is a server and a client (so it can connect to a remote user or the remote user can connect to it). I then need to be able to send data back and forth between the applications and read it (the player moves).

Im not necessarily asking for someone to write this for me, but can anyone give me examples of how i would do this or point me in the right direction? im somewhat new to vb.net.

thanks in advance - i really appreciate any input on this!!
 
Back
Top