System Overview - Player turn management
This system manages the order of players' turns in a multiplayer game. It ensures each player gets their turn in the correct sequence and handles turn timeouts or skips.
This system manages the order of players' turns in a multiplayer game. It ensures each player gets their turn in the correct sequence and handles turn timeouts or skips.
User 1 User 2 User 3
| | |
v v v
+-------------------------+
| Turn Manager |
| (Turn Controller) |
+-------------------------+
|
v
+-------------------------+
| Game State Store |
+-------------------------+