Hello,
Kinldy find my answer inline for your query and let me know if it helps:
Ques: Is there a limit to the number a separate 'game' objects I can create in the Game service ?
Ans: Yes, there is limit of 200 games under game service in each app and it will increased according to the pricing plan. For more details about pricing, please write us to sales@shephertz.com.
Ques: I would like to maintain on the server the number of time players have played a given level (so, everytime any player plays a level, I would like to increment a counter associated with the game level). What service should I use for that ?I basically need a table with the gamename and a counter. Should I user server side code for that or is there a simpler way? (the Score services let's me do that incrementation, but there is no method for simply querying the score)
Ans: You can use Storage service for maintaing the level between user to user and user's counter for a game level. Let's say there is 100 users in level one. So for every user you can save meta info along with saveUserScore method which will help you to maintain the players count in Storage service. You can also drill down for fetching the level information information which you save in meta info while calling SaveUserScore method.
Let me know if above information help you, or you need further help from my side.
Regards,
Himanshu Sharma
App42 Team