What would be the options for coding multiplayer in this? Is it the task of integrating a game networking engine? I’d like to stay with .NET if anyone has any recommendations. Thanks.
I would recommend taking a look at Lidgren, it is a very popular .NET networking framework that is simple to learn and use.
Third time I’ve seen it! Lidgren it is! Thankyou.