Advertisement

Useful libraries for quick start in XNA networking

Started by December 21, 2013 09:34 PM
1 comment, last by prasad1991 10 years, 11 months ago

Hi... I have to make a 2D game that needs networking (Internet play not for LAN). I chose XNA for the game programming. I was hoping to use "Games for windows Live" service but it's discontinued. I have no prior experience with network game programming. I need some good suggestions on a library that can handle networking. It should be easy to learn because project must be completed by 27th January 2014. Thank you :)

For C#, Lidgren networking library is probably the most mature, stand-alone library.
enum Bool { True, False, FileNotFound };
Advertisement

Thanks. I'll look in to that :)

This topic is closed to new replies.

Advertisement