You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ These samples illustrate how to use Google Play Game Services with your Android
15
15
16
16
***minimalist**: Demonstrates a minimal use case for the Google Play Game Services API.
17
17
18
-
***TbmpSkeletonNative**: A trivial, turn-based multiplayer game. Many players can play together in this thrilling game, in which they send a shared gamestate string back and forth until someone finishes, cancels, or the second-to-last player leaves. Be the last one standing!
18
+
***TbmpSkeletonNative**: A trivial, turn-based multiplayer game. Many players can play together in this thrilling game, in which they send a shared gamestate string back and forth until someone finishes or cancels, or the second-to-last player leaves. Be the last one standing!
19
19
20
20
***Teapots**: Demonstrates use of the Leaderboard and Achievement APIs.
21
21
@@ -27,17 +27,17 @@ These samples illustrate how to use Google Play Game Services with your Android
27
27
28
28
***TrivialQuest**: Demonstrates how to use the Events and Quests features of Google Play Game Services. The sample displays a sign-in button and four buttons to simulate killing monsters. Clicking a button generates an event, and sends it to Google Play Game Services to track what the player is doing in the game.
29
29
30
-
***TypeANumber**: Shows leaderboards and achievements. In this exciting game, the player decides and enters his or her "deserved" score. But, wait--there's a twist! Playing the game in "easy" mode, gets the player the requested score. But, in "hard" mode, you only get half! Can you handle the challenge?
30
+
***TypeANumber**: Shows leaderboards and achievements. In this exciting game, the player decides and enters his or her "deserved" score. But, wait--there's a twist! Playing the game in "easy" mode gets the player the requested score. But, in "hard" mode, he or she only gets half! Can you handle the challenge?
31
31
32
-
***TbmpSkeleton**: A trivial, turn-based multiplayer game. Many players can play together in this thrilling game, in which they send a shared gamestate string back and forth until someone finishes, cancels, or the second-to-last player leaves. Be the last one standing!
32
+
***TbmpSkeleton**: A trivial, turn-based multiplayer game. Many players can play together in this thrilling game, in which they send a shared gamestate string back and forth until someone finishes or cancels, or the second-to-last player leaves. Be the last one standing!
33
33
34
-
**Note:** In samples with corresponding counterparts for iOS and Web (particularly, CollectAllTheStars and TypeANumber) the player can play a game seamlessly across phones of different platforms. For example, you can play some levels of CollectAllTheStars on your Android device, and then pick up your iOS device and continue where you left off! TypeANumber shows your achievements and leaderboards on all platforms; when you make progress on one platform, that progress is reflected on the other devices, as well.
34
+
**Note:** In samples with corresponding counterparts for iOS and Web (particularly, CollectAllTheStars and TypeANumber), the player can play a game seamlessly across phones of different platforms. For example, you can play some levels of CollectAllTheStars on your Android device, and then pick up your iOS device and continue where you left off! TypeANumber shows your achievements and leaderboards on all platforms; when you make progress on one platform, that progress is reflected on the other devices, as well.
35
35
36
36
<h2>How to run a sample</h2>
37
37
To use these samples, you need the Google Play Game Services C++ SDK, which you
38
38
can [download from here](https://developers.google.com/games/services/downloads/).
39
39
40
-
After downloading the archive, unzip it to the `./gpg-cpp-sdk directory`. Then follow [these directions](https://developers.google.com/games/services/cpp/GettingStartedNativeClient).
40
+
After downloading the archive, unzip it to the `./gpg-cpp-sdk` directory. Then, follow [these directions](https://developers.google.com/games/services/cpp/GettingStartedNativeClient).
41
41
42
42
<h2>Acknowledgment</h2>
43
43
Some of these samples use the following open-source project:
0 commit comments