diff --git a/docs/html/google/play-services/games.jd b/docs/html/google/play-services/games.jd index 8555b9495be8f..dd07c26355ae5 100644 --- a/docs/html/google/play-services/games.jd +++ b/docs/html/google/play-services/games.jd @@ -1,4 +1,4 @@ -page.title=Google Play Games +page.title=Google Play Games Platform header.hide=1 @jd:body @@ -6,16 +6,20 @@ header.hide=1
@@ -23,26 +27,41 @@ header.hide=1Let players compare scores with friends using leaderboards or see how they rank against other players worldwide. Games Platform Services automatically maintains daily, weekly, and all-time high scores. Build leaderboards.
Add hidden and incremental achievements to encourage users to explore your game in new and interesting ways. You can use the built-in UI for Android to display achievement progress. - Add achievements to your game.
+Add hidden and incremental achievements to encourage users to explore your game in new
+ and interesting ways. A built-in achievement UI is available to display progress.
+ Add
+ achievements to your game.
Let players compare scores with friends using leaderboards and see how they rank
+ against other players worldwide. Google Play game services automatically maintains daily,
+ weekly, and all-time high scores.
Build leaderboards
Offer seamless game progress across all of the user's devices. Use Cloud Save APIs
+ to quickly store and synchronize game data on Google's cloud
+ infrastructure.
+ Save
+ game data to the cloud
Make your game more dynamic by letting multiple players compete or cooperate simultaneously. You can use the Games Platform Services API to invite game participants or auto-match players anonymously, and exchange data between game clients. Develop real-time multiplayer games.
- -Store game data on Google servers using Cloud Save. Synchronize game progress seamlessly across all your users' devices. Save games in the cloud.
+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.
Develop real-time
+ multiplayer games
The Games Platform Services API for Android is part of the Google Play services platform.
+Google Play game services is part of the Google Play services platform.
To use game services, set up
the Google Play services SDK. Then, see the
@@ -52,18 +71,19 @@ header.hide=1
Once you've installed the Google Play services package, download the game services samples to learn how to use the major components of the Games Platform Services APIs.
+ href="https://developers.google.com/games/services/downloads/">download the game services
+ samples2. Run the sample
Read the API Terms of Service.
-Detailed documentation for the Games Platform Services is available at Detailed documentation for the Google Play game services SDK is available at developers.google.com/games/services.
For quick access while developing your Android apps, the - Games Platform Services API for Android reference is available here on developer.android.com.
+ API reference is available here on developer.android.com.