diff options
| author | 2014-01-15 23:47:45 +0000 | |
|---|---|---|
| committer | 2014-01-15 23:47:45 +0000 | |
| commit | 9fa2cf62155d128dc6594662ffa57f13beffcaf9 (patch) | |
| tree | 0ada2a921e3047dbf1a5b0584ce7410ef7787dd1 | |
| parent | e0ed54cc53363a4fe16dc50f08a88d7f22fc68b1 (diff) | |
| parent | cf280856d69a63b61bc4c5e8e61033174273fb9b (diff) | |
am cf280856: am f6490353: am 77916b9a: am bf43ef27: Merge "docs: Updated Play Games services landing page to reflect new turn-based multiplayer feature." into klp-docs
* commit 'cf280856d69a63b61bc4c5e8e61033174273fb9b':
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> |