question

Christopher J. Brasino avatar image
Christopher J. Brasino asked

Poker hand calculator

Hi there, Im looking at switching from GameSparks to Playfab because of GameSparks ridiculous pricing overhaul. I however use something in the GameSparks api to calculate the rank of a 7 card poker hand. This functionality is built into GameSparks. Does playfab have anything like this?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

PlayFab doesn't provide an API that can directly rank the poker hand, you need to craft it on your own.

The work around it is to implement the ranking function in Cloud Script and after that you may call ExecuteCloudScript API to rank the poker hand, which will be like using a natively supported API. Cloud Script is a powerful tool that PlayFab offers, you may check the tutorial here: CloudScript quickstart.

You are also free to send a thread on our Feature Requests Forum and more votes from other users may help with the priority.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.