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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,25 @@ These samples illustrate how to use Google Play Game Services with your Android
11
11
12
12
***CollectAllTheStarsNative**: Demonstrates how to use the Saved Games feature to save game data. The sample signs the user in, synchronizes their data from a named game save, and then updates the UI to reflect the saved game state.
13
13
14
-
***TrivialQuestNative**: 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 in-game. Each time the player clicks a button, an event is
15
-
created and sent to Google Play Game Services to track what the player is doing in the game.
14
+
***TrivialQuestNative**: 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.
16
15
17
16
***minimalist**: Demonstrates a minimal use case for the Google Play Game Services API.
18
17
19
-
* **TbmpSkeletonNative**: A trivial, turn-based multiplayer game. You can invite many friends to join you in this thrilling game, in which you send a shared gamestate string back and forth until someone finishes, cancels, or the second-to-last player leaves. Be the last (wo)man 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, cancels, or the second-to-last player leaves. Be the last one standing!
20
19
21
20
***Teapots**: Demonstrates use of the Leaderboard and Achievement APIs.
22
21
23
22
***samples-ios**: a set of iOS Native Client samples.
24
23
25
-
***ButtonClicker**: Represents the new generation in modern button-clicking excitement. A simple multiplayer game sample that shows how to set up the Google Play real-time multiplayer API, invite friends, automatch, accept invitations, use the waiting room UI, send and receive messages and other multiplayer topics.
24
+
***ButtonClicker**: State-of-the-art button-clicking excitement. A simple multiplayer game sample that shows how to set up the Google Play real-time multiplayer API, invite friends, automatch, accept invitations, use the waiting room UI, send and receive messages and other multiplayer topics.
26
25
27
-
***CollectAllTheStars**: Demonstrates how to use the Snapshots feature to save game data. The sample signs the user in, synchronizes their data from a named Snapshot, then updates the UI to reflect the game state saved in the Snapshot.
26
+
***CollectAllTheStars**: Demonstrates how to use the Saved Games feature to save game data. The sample signs the player in, synchronizes their data from a named game save, and then updates the UI to reflect the saved game state.
28
27
29
-
***TrivialQuest**: Demonstrates how to use the Events and Quests features of Google Play Services. The sample presents a sign in button and four buttons to simulate killing monsters in-game. When you click the buttons, an event is
30
-
created and sent to Google Play Games to track what the player is doing in game.
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.
31
29
32
-
* **TypeANumber**: Shows leaderboards and achievements. In this exciting game, you type the score you think you deserve. But, wait--there's a twist! If you are playing in "easy" mode, you get the score you requested. But, if you play it 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, you only get half! Can you handle the challenge?
33
31
34
-
***TbmpSkeleton**: A trivial turn-based-multiplayer game. In this thrilling game, you can invite many friends to join you, and then send a shared gamestate string back and forth until someone finishes, cancels, or the second-to-last player leaves.
32
+
***TbmpSkeleton**: A trivial, turn-basedmultiplayer 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!
35
33
36
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.
0 commit comments