Allow users to invite others to join them, or to start a quick match Resources: - [Android Real Time Multiplayer](https://developers.google.com/games/services/common/concepts/realtimeMultiplayer) - [Developing Android Real Time Multiplayer](https://developers.google.com/games/services/android/multiplayer) To-Do: - Accept Invitations - [ ] View Invitation Requests - [ ] Accept Invitation Requests - Invite Others - [ ] Allow Quick Start Game - [ ] Send Invitation Requests - [ ] Creating rooms - onRoomCreated - onJoinedRoom - onRoomConnected - [ ] Handle Invitee Response Types - shouldStartGame - shouldCancelGame - onPeersConnected - onPeersDisconnected - onPeerLeft - onPeerDeclined It is recommended to show a Waiting room also
Allow users to invite others to join them, or to start a quick match
Resources:
To-Do:
It is recommended to show a Waiting room also