Turn Taking Play - GavWood/DOGE-Game-Engine GitHub Wiki

The Turn Taking Play tutorial ensures players take turns as they look through a stack of playing cards.

The tutorial creates an ad-hoc network between mobile devices or the Windows instance of the app.

When a card is turned over, a network event is sent through the network bus which means that all devices receive that event.

Each networked device maintains the same order of connected peers. This allows the right peer to assume control of that turn before signalling that they have taken their turn.