Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 650 Bytes

File metadata and controls

17 lines (10 loc) · 650 Bytes

Gesture Strike

"Gesture Strike," a Rock, Paper, Scissors blockchain game with an on-chain match history and wagering mechanism.

Screenshots

Login with Metamask and create a new match. Screenshot

Select your gesture and submit it to the blockchain or battle against a random opponents. Screenshot

Smart Contract

MatchFactory.sol is the main smart contract that handles the creation of new matches and the submission of gestures.

Match.sol is the smart contract that handles the logic of the game and the storage of the match history. Hold and transfer the rewards to the winner.