Yoshua Rudy
Yoshua Rudy

Reputation: 11

How to make Multiplayer Scoring Android using APP42 Server Backend?

I want to try implement Multiplayer Score system into my game. Like get user score and compare between user score who get the highest score. But I don't know how to make it. Please help me. I'm using Android platform and appwarp server backend

Upvotes: 1

Views: 335

Answers (1)

Nareshdhar Dwivedi
Nareshdhar Dwivedi

Reputation: 643

In this case you have to use App42 leaderboard APIs. Please have a look at App42 leaderboard tutorial page, it will help you to integrate the leaderboard feature in your app to save/fetch user score from App42 database. Also, I would recommend you to download the App42 Leaderboard widget from which you can customize the leaderboard UI without modifying the source code. This plugin also provides different options for Leaderboard like:

  • Social (Friend’s, Global)
  • Date Range Leader Board (Today, Last Week, Last month)
  • User Leaderboard (User Scores and Ranking)

Upvotes: 2

Related Questions