diff options
| author | 2014-01-15 23:37:08 +0000 | |
|---|---|---|
| committer | 2014-01-15 23:37:08 +0000 | |
| commit | 77916b9ae1a5780f0aac46eb00d0fc835a8d6c84 (patch) | |
| tree | 1d99886f41ff9450e2cd259e1e0b5c6db810687c | |
| parent | 57edc17c398b3b438e1a3264219a6fa7f444341a (diff) | |
| parent | bf43ef272ad386ad89d115ab8be1b706ae29034e (diff) | |
am bf43ef27: Merge "docs: Updated Play Games services landing page to reflect new turn-based multiplayer feature." into klp-docs
* commit 'bf43ef272ad386ad89d115ab8be1b706ae29034e':
docs: Updated Play Games services landing page to reflect new turn-based multiplayer feature.
| -rw-r--r-- | docs/html/google/play-services/games.jd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/html/google/play-services/games.jd b/docs/html/google/play-services/games.jd index ccd6866931da..afbce0da263e 100644 --- a/docs/html/google/play-services/games.jd +++ b/docs/html/google/play-services/games.jd @@ -49,12 +49,13 @@ header.hide=1 class="external-link" href="https://developers.google.com/games/services/android/cloudsave">Save game data to the cloud</a></p> - <h4>Create real-time multiplayer games</h4> - <p>Make your game more dynamic by letting multiple players compete or cooperate simultaneously. - You can use Google Play game services to invite game participants or auto-match players - anonymously, and exchange data between game clients. <br /><a class="external-link" - href="https://developers.google.com/games/services/android/multiplayer">Develop real-time - multiplayer games</a></p> + <h4>Create real-time and turn-based multiplayer games</h4> + <p>Make your game more dynamic with simultaneous or asynchronous gameplay. + Use the multiplayer APIs to send match invitations, auto-match players + anonymously, and exchange data between game clients. <br />Develop <a class="external-link" + href="https://developers.google.com/games/services/android/multiplayer">real-time + multiplayer</a> and <a class="external-link" + href="https://developers.google.com/games/services/android/turnbasedMultiplayer">turn-based multiplayer</a> games</p> </div> |