This is a react.js app (code hosted on master branch) that interacts with an Ethereum smart contract. This is a simulation of Russian roulette game. Check the deployment on https://theledgerofjoudi.github.io/russian-roulette/ . You also can check a step-by-step tutorial for this game on https://questb.uk/quest/building-a-russian-roulette-dapp-on-ethereum-a56d . P.S: the contract is hackable because it uses the block object and we know that. But we kept it this way for the sack of simplicity, this contract is intended for educational purposes.
TheLedgerOfJoudi/russian-roulette
This is a simulation of the famous Russian Roulette game, deployed to Etheruem's Rinkeby test network.
SolidityMIT