Understanding Xna Networking
Let's dive into the details surrounding Xna Networking. In this video, I discuss the coding of the server. The source code is also now available for you to download and have a look!
Key Takeaways about Xna Networking
- In this tutorial, I cover how to get the Clients to communicate with the Server. You will be able to get the two players to ...
- Allie Lynch reports on
- In this tutorial, we add more code to our game to add functionality of hitting players. We modify some existing code to only handle ...
- Q. What could be better than destroying skeletons, ghosts, witches and dragons? A. Doing it with a friend. The basics are there, ...
- In this tutorial, I explain how to expand on the previous tutorial and perform different actions based on the message from the server ...
Detailed Analysis of Xna Networking
Modified an existing game to be data driven and allow for two player play over a This game was a project done for a My first application to use
In this short video, I explain how to read data that is sent by the server inside the protocol condition blocks. This tutorial explains ...
That wraps up our extensive overview of Xna Networking.