Since I have just recently started coding in C# and finished a small snake game with XNA. I wondering what would be the best 'thing'. I call it thing as I just started using C# so I am unaware of the proper name. I know js/php 'thing's are called libraries.
I am thinking about making an endless runner with multiplayer capabilities so everyone can provide feedback on what I should use for the multiplayer part. I am unsure if XNA has built in multiplayer stuff or not.
I have seen several different multiplayer technique's such as lock-stepping? So what would be the best approach to use for such a game?