Skip to content

Commit 65ea35c

Browse files
committed
Update README.md
1 parent dd3a63c commit 65ea35c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ Copyright (C) 2014 Google Inc.
77

88
These samples illustrate how to use Google Play Game Services with your Android game.
99

10-
* **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.
10+
* **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.
1111

12-
* **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.
12+
* **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.
1313

14-
* **minimalist**: Demonstrates a minimal use case for the Google Play Game Services API.
14+
* **minimalist**: Demonstrates a minimal use case for the Google Play Game Services API.
1515

16-
* **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!
16+
* **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!
1717

18-
* **Teapots**: Demonstrates use of the Leaderboard and Achievement APIs.
18+
* **Button-Clicker**: Demonstrates real-time multiplayer using invites or quickmatch
19+
20+
* **Teapots**: Demonstrates use of the Leaderboard and Achievement APIs.
1921

2022
**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.
2123

0 commit comments

Comments
 (0)