You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mostly for keeping track of some improvements we thought we can make to the MVP game once we have shipped the first version
Definition of done
Discuss and consider the convenience of the following ideas, and if we think any of them could be interesting enough for game developers, create the appropriate issues for tracking them.
Create a GameView metadata view. Now we define games just using a string. It's quite likely that we would want to define them with a broader set of data, including at least some logo of the game, probably a little description, etc. facilitating e.g. wallets displaying which game is related to which puppet account.
Composability. We want to start creating further examples of resource composability. Our more straight forward idea about this will be to include a field on the Game NFT that will allow users to add avatars or skins for each game they are using the NFT with.
DAO for rules. This is a little bit more of a crazy idea. Lots of games do not have such closed rules as "Rock wins Scissors 100% times" but rather "Rock wins Scissors 80% of the times" and those rules got adjusted depending on the metagame development. It could be interesting to explore a way of tying the governance of those rules to some voting mechanism that will gave voice over those adjustments to the players of the game (e.g. the ones who have bought the NFTs needed for that game)
The text was updated successfully, but these errors were encountered:
Context
This is mostly for keeping track of some improvements we thought we can make to the MVP game once we have shipped the first version
Definition of done
Discuss and consider the convenience of the following ideas, and if we think any of them could be interesting enough for game developers, create the appropriate issues for tracking them.
Create a
GameView
metadata view. Now we define games just using a string. It's quite likely that we would want to define them with a broader set of data, including at least some logo of the game, probably a little description, etc. facilitating e.g. wallets displaying which game is related to which puppet account.Composability. We want to start creating further examples of resource composability. Our more straight forward idea about this will be to include a field on the Game NFT that will allow users to add avatars or skins for each game they are using the NFT with.
DAO for rules. This is a little bit more of a crazy idea. Lots of games do not have such closed rules as "Rock wins Scissors 100% times" but rather "Rock wins Scissors 80% of the times" and those rules got adjusted depending on the metagame development. It could be interesting to explore a way of tying the governance of those rules to some voting mechanism that will gave voice over those adjustments to the players of the game (e.g. the ones who have bought the NFTs needed for that game)
The text was updated successfully, but these errors were encountered: