본문 바로가기
Cocos2D-x

Google Play Game Services SDK

by CodeDiver 2014. 8. 18.


Google Play Game Services

<링크>

https://developer.android.com/intl/ko/google/play-services/games.html



Make your games social with Google Play game services. Add achievements, leaderboards, real-time multiplayer, and other popular features using the Google Play game services SDK. Let players sign in using their Google+ identities and share their gaming experience with friends.

Explore the Google Play Games Android API referenceor visit developers.google.com/games/services for more information about integrating game services into your app.


GETTING STARTED

1. Get the Google Play services SDK

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 Getting Started guide to set up your app.

2. Run the sample

Once you've installed the Google Play services package, download the game services samples to learn how to use the major components of the Google Play game services SDK.

3. Read the documentation

Read the API Terms of Service.

Detailed documentation for the Google Play game services SDK is available atdevelopers.google.com/games/services.

For quick access while developing your Android apps, the API reference is available here on developer.android.com.


<leaderboard>

https://developers.google.com/games/services/android/leaderboards


'Cocos2D-x' 카테고리의 다른 글

ScrollView 간단 사용법  (0) 2014.10.06
윈도우 환경에서 메모리 릭 체크 방법  (0) 2014.09.18
CCSpriteBatchNode  (0) 2014.08.14
Animation 구현  (0) 2014.08.14
[cocos2d-x 3.0] ParallaxNode  (0) 2014.08.13