Enhance: Integrate Google Play Games Services for global leaderboard

- Added global leaderboard functionality via Google Play Games Services.
- Implemented sign-in process for Google Play Games and score submission.
- Updated UI to include leaderboard buttons in both MainActivity and HighScoresActivity.
- Enhanced README to document new online features and leaderboard integration.
- Added necessary dependencies in build.gradle and updated AndroidManifest.xml for Google Play Games configuration.
This commit is contained in:
cmclark00 2025-04-02 14:32:09 -04:00
parent 21b2513ad4
commit 220caa39f7
10 changed files with 279 additions and 12 deletions

View file

@ -63,6 +63,8 @@ dependencies {
implementation 'androidx.window:window:1.2.0' // For better display support
implementation 'androidx.window:window-java:1.2.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.android.gms:play-services-games-v2:19.0.0'
implementation 'com.google.android.gms:play-services-auth:20.7.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'