I'm developing an endless runner game where players can challange their friends in an async 1v1 game. I would like to add a screen where the player can see how many times they have won or lost against each friend. I thought the ListChallengeRequest will be the best place to start, however I don't seem to be receiving the winner of the challanges even though it is visible in the noSql explorer on the portal. How can I aquire the winner? Or the ListChallengeRequest is not the right tool to do this?
Thanks
Balázs
1 Comment
P
Peter Kujawski
said
about 5 years ago
List challenge request would list all the challenge requests, not exactly what you want. But you can use the messages, like WIN or LOST.
Balázs Maczák
Hi!
I'm developing an endless runner game where players can challange their friends in an async 1v1 game. I would like to add a screen where the player can see how many times they have won or lost against each friend. I thought the ListChallengeRequest will be the best place to start, however I don't seem to be receiving the winner of the challanges even though it is visible in the noSql explorer on the portal. How can I aquire the winner? Or the ListChallengeRequest is not the right tool to do this?
Thanks
Balázs