ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.05k stars 4.8k forks source link

Suggest a game stored in blockchain #8202

Closed lemonmill closed 1 year ago

lemonmill commented 2 years ago

Product name: Keywords Product url: https://keywords.games Product description: How does “Keywords” work: the host riddles the phrase, Stable Diffusion neural network generates an appropriate image. Then the host has to define 2 parameters, prize money, and the cost of an attempt. The prize money is an amount, which a player receives in case he guesses the phrase. The cost of an attempt is an amount, which a player has to pay the host for trying to guess the phrase.

When the host riddles the word, it gets encrypted using one of the most reliable encryption methods, keccak256, and gets stored in a blockchain. From this moment, the funds are securely protected by a blockchain and they can only be withdrawn by using the right word. There is a hint in the form of an image, generated by the neural network and the number of words, separated by letters. When the players try to guess the word, their answers are also converted into keccak256 and compared to the entry, stored in blockchain. If the entries match, the player who entered the right word takes the prize. If the entries do not match - the player pays the host the cost of an attempt. You can be a player as well as the host.

Where do you think it should go? https://ethereum.org/en/dapps/?category=gaming

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 45 days with no activity.