Client Server card game
Hi all,
I wanted to make a card game that my friends and I could all play, but I have no experience at all with network programming. I am assuming I need a client and a server class. Is there a good tutorial, or does someone have some really simple sample code to get me started for each the client and the server? I have searched google, but I didn't find anything good, (the only thing I found was using Datagrams, and I didn't think that would work since messages aren't guaranteed to be delivered, and they aren't guaranteed to be in order).
Any help would be greatly appreciated. Thanks!

