[RESOLVED] Custom client/server code? (Articles)
Does anyone know where I can find articles on writing code for a custom client/server program. In other words, I want to include some code into a game I'm writing so that it can be played online. It's really simple. Just a board game. I want one user to serve and the other to connect to the first user. Any suggestions? Thanks.
Re: Custom client/server code? (Articles)
Have you checked out the sockets example in the 101 samples?
Re: Custom client/server code? (Articles)
Thank you. That should be enough to guide me initially. I'll post if I'm having specific troubles or woes.