Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
I propose an improvement on the r/demo/games/shifumi realm (code). Currently, the user's choices of rock/paper/scissors are visible on the network, making it very easy to cheat at the game.
A great improvement and a good Gno practice issue would be to try to encrypt the plays and reveal them only when both users have played their hand.
Description
I propose an improvement on the
r/demo/games/shifumi
realm (code). Currently, the user's choices of rock/paper/scissors are visible on the network, making it very easy to cheat at the game.A great improvement and a good Gno practice issue would be to try to encrypt the plays and reveal them only when both users have played their hand.