question

Janderson avatar image
Janderson asked

Game System like Summoner wars and Star Wars Galaxy of Heroes

Hi, i'm doing a game like Summoner wars and Star Wars Galaxy of Heroes, i have a lot of predefined characters and the players must unlock, then where i can save that information?

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

·
brendan avatar image
brendan answered

It depends upon the details of your design, but in general, you would use player data to store state information about the player's game (https://api.playfab.com/docs/tutorials/landing-players/using-player-data).

Alternately, if you want to be able to sell the characters to players (via in-game currency or real money purchases), you would set them up as items in a catalog for your game (https://api.playfab.com/docs/tutorials/landing-commerce/catalogs).

If you have numeric values that you want to have as leaderboards, you would use statistics (https://api.playfab.com/docs/tutorials/landing-players/player-statistics).

1 comment
10 |1200

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

Janderson avatar image Janderson commented ·

Well, in my game have all these features that your mention, thanks, i will study all these solution.

0 Likes 0 ·

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.