Share via


Playing a game with friends (flowchart)

The following flowcharts show how to start a new multiplayer game by adding and inviting friends to the game.

For Multiplayer Manager code examples of this process, see Enable playing a multiplayer game with friends using Multiplayer Manager.

Add and invite friends

The following flowchart applies to the client that's starting the multiplayer game.

An image of a multiplayer flowchart that applies to the client that's starting the multiplayer game.

Accept an invite to a game

The following flowchart applies to the client that receives and accepts an invite to a game.

An image of a multiplayer flowchart that applies to the client that receives and accepts an invite to a game.

See also

Sending invites to another player (flowchart)