GOL (game of life) NFT dapp:
The Game of Life, also known simply as Life, is a cellular automaton. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
I want to make an NFT dapp that creates NFT for every generation.
Players can call smart contract to get a new NFT. These NFTs will be the stored on-chain.
This is project is inspired by “Autoglyphs” so I’ll add some projects in near ecosystem which will get the amount players pay to mint NFT.
There will be project list which will be controlled by owner. Owner can only add the projects. Donations to project will be kept in rotation after every 10 generations, project which we are donating to will change.
Steps after MVP:
-
Add royalty mechanism for donations.:
-
After first sale, 10% of consecutive sales will go to project.
-
Add price cap such that every sale should be more than previous one.
-
If someone wants to their money to go to particular project they have to pay fee to make that happen this will be stored in contract.
-
Add some fee structure to maintain NEAR tokens for storage staking as this will consume on-chain storage.
Afterwards may be this can evolve into something more useful than actually I imagined it to be. May some DAO to decide projects on the list.
What is game of life?
The Game of Life, also known simply as Life, is a cellular automaton. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input.
There are simple rule which is followed to creates this. These simple rules can create many amazing patterns.