-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICRC-15: General Game stats standard #15
Comments
Thanks for the feedback on the forum Hazel Optional to support backwards compatibility in older clientsI have done some tests and I think Andrea’s feedback applies for GamerStatsError (Already updated) but my tests allows me to add identity variants without breaking frontends/otherCanis. Here’s my basic test on motoko playground Here’s a test using ICRC-11’s AuthRequest on motoko playground In both of them, you can remove commented Text variant and check what I mean. Maybe I’m missing something, please let me know. vec PropertyAgreed and already updated!! Love to use a vec record and not a vec tuple that is usually a pain on frontends imo. DAB uses vec tuple for details, maybe we could talk/suggest Funded to change this to vec record, do you see any advantage on vec tuple approach? |
Thanks a lot for taking the time to collab on this iBardak (Answer to forum post) I want to clarify, this is not a token standard, these are just types and methods to be added on the main game canister if the game supports the standard. The idea is to have an standard as simple as possible here (These are Game Stats). In Stats record you can see stats that every game normally have (I think):
and for Players is the same, I think these stats applies for every game:
I would love if you can give us your thoughts on this stats, if you consider that they are important enough to be on the basic standard and what other do you think that applies for all games. Of course there are a lot of stats that varies between projects and this isn't by any means a restriction to use whatever stats a game wants to manage. If we agree and use this standard, all the games on the IC can interoperate -with stats- easily based on that, and it will be super easy for additional tools (Internal and external to the IC) to map games and stats on the IC Game Ecosystem and give additional benefits to everyone. After this basic standard we can work in by genre specific stats standard to complement this one (this will not be a restriction for games to use others than the ones on the standard though). |
is there a ready-made implementation of this functionality on motoko? Starting from recording, ending with storing and issuing information |
Not yet. I'm planning to implement an initial version soon to Elementum's game: Bounty Rush. But in parallel to implementation I would really love to have a solid standard. Some doubts we have: The stats we presented should be present in all games? |
Quick comment - can we update this to be ICRC-15 -> #15 |
Don't blow your head off. No one will be able to predict all possible options in the future. Just keep all the important statistics in the player's account. And let external resources can read these statistics. If you use NFT as an access key to the game account, then you can easily manage the game attributes without breaking the structure of your NFTs |
Context
The proposed ICRC-14 Game General Stats standard is important because it establishes a common format for games to expose their main game stats and player stats. This format can be used by various ICP games, tools, and gamers to query gaming data in a standardized way, thereby improving interoperability between games and enabling collaboration between multiple projects.
Data details
Summary
Minimal set of types and methods for games to expose their main game stats and players stats to boost collaboration and side tooling.
Introduction
This proposal describes the minimal set of types and methods that will help games to have standard stats for their main stats and player stats. We hope that this will boost ICP games interoperability and thrive the collaborations between multiple projects.
Goals
References
icrc14_get_game_stats
icrc14_get_gamer_stats
Complementary standards
There should probably be a standard to manage gamer data authorization and multiple standards to manage genre specific stats.
Hope to receive a lot of ideas and contributions to go forward with this standard.
The text was updated successfully, but these errors were encountered: