Skip to content

Commit b97abb2

Browse files
author
Bruno Oliveira
committed
Moving iOS samples (to new iOS-specific repo).
Moving the iOS samples from this repo. Their new home will be the the cpp-ios-basic-samples repo.
1 parent 4bede0d commit b97abb2

File tree

122 files changed

+2
-7518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+2
-7518
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
Google Play Games C++ SDK Samples
2-
=================================
1+
Google Play Games C++ SDK Samples for Android
2+
=============================================
33

44
Copyright (C) 2014 Google Inc.
55

66
<h2>Contents</h2>
77

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

10-
* **samples-android** - A set of Android NDK samples.
11-
1210
* **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.
1311

1412
* **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.
@@ -19,18 +17,6 @@ These samples illustrate how to use Google Play Game Services with your Android
1917

2018
* **Teapots**: Demonstrates use of the Leaderboard and Achievement APIs.
2119

22-
* **samples-ios**: a set of iOS Native Client samples.
23-
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.
25-
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.
27-
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-
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-
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-
3420
**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.
3521

3622
<h2>How to run a sample</h2>

samples-ios/CollectAllTheStarsNative/CollectAllTheStars.xcodeproj/project.pbxproj

Lines changed: 0 additions & 461 deletions
This file was deleted.

samples-ios/CollectAllTheStarsNative/CollectAllTheStars.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

samples-ios/CollectAllTheStarsNative/CollectAllTheStars.xcodeproj/project.xcworkspace/xcshareddata/CollectAllTheStars.xccheckout

Lines changed: 0 additions & 41 deletions
This file was deleted.

samples-ios/CollectAllTheStarsNative/CollectAllTheStars.xcodeproj/project.xcworkspace/xcuserdata/class.xcuserdatad/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples-ios/CollectAllTheStarsNative/CollectAllTheStars.xcodeproj/project.xcworkspace/xcuserdata/hakuro.xcuserdatad/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)