BaaS - ScoreBoard Service - PVP Style Scoreboard / Game Question

0 votes
We're trying to implement PVP leaderboard functionality using the current scoreboard service. We'd like to ask if it's possible to do the following PVP task/s:

1) GetNUsersWithScoreRangeExceptPlayer

the closest available API call was getUsersWithScoreRange(), but we can't set the max number of results, and it would be nice to pass a list of usernames to exclude in the search. Our purpose here is to get a list of opponent users with scores near to a player's score, but which weren't in the player's previous opponent list, for matchmaking purposes.

thanks for the feedback
asked Jan 21, 2015 in App42 Cloud API-BaaS by jonathan.cortes (56 points)

1 Answer

0 votes

Hello Jonathan,

You can fetch the list of rankers in the scoreboard using GetTopNRankersByGroup method. It will help you to find the scores based on your requirement. But if you want to match the list of users with previous list then you need to manage it by your own using Storage service. 

To achieve this you can save previous records & sort the result based on your requirement. Please have a look at the below links & let me know if it helps:

Himanshu Sharma

answered Jan 21, 2015 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...