-
-
Notifications
You must be signed in to change notification settings - Fork 102
Network Architecture Peer to Peer
Area | Submitted | Type |
---|---|---|
Networking & Web Services | 12/17/2007 | Code Sample |
This sample implements a simple multiplayer network session by using a peer-to-peer network topology in which each computer is responsible for updating the state of its locally controlled players.
This sample shows how to create and join network sessions, and how to exchange data using a peer-to-peer network topology. Each player controls a tank, which they can drive around the screen while rotating the turret. The game simulation is distributed over all the computers in the session, with each computer being responsible for updating the tanks belonging to its local players.
For an alternative way to handle networked game simulation, see the Client/Server sample, which implements the same tank movement by using a client/server network topology.
All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).
Download | Size | Description |
---|---|---|
PeerToPeerSample_4_0 | 0.09MB | Source code and assets for the Network Architecture: Peer-to-Peer Sample (XNA Game Studio 4.0). |
PeerToPeerSample_4_0.zip | 0.09MB | Source code and assets for the Network Architecture: Peer-to-Peer Sample (XNA Game Studio 4.0). |