Multiple Players
Introduction This walkthrough looks at the FlatRedBall Multiplayer Platformer project and explains the important details of creating a (local) multiplayer game similar to games like Contra III. The sample project can be downloaded from Github: https://github.com/vchelaru/FlatRedBall/tree/NetStandard/Samples/Platformer/MultiplayerPlatformerDemo We will be referring to the MultiplayerPlatformerDemo as this demo and the demo throughout this walkthrough. Selecting and Storing Join Status[…]