Adding basic p2p to a program
Hello,
Me and a friend are programming a basic Grid Based Strategy Game in C# in our spare time. We would like to add a simple p2p algorithm to allow for online play. I have looked up the PeerToPeer namespaces in the MSDN Library, but I don't know what to do with the classes and methods available to those namespaces to actually enable p2p functionality. If anyone could help me by either giving me example source code or letting me know which books actually deal with p2p functionality, that would be greatly appreciated.
|