/advancedrps

A web3 app where you can play Rock Paper Scissors Lizard Spock

Primary LanguageTypeScript

Advanced RPS

A web3 app to play Rock, Paper, Scissors, Lizard, Spock while betting Ethereum!

image

You need Metamask connected to the Rinkeby Testnet and some Testnet Ethereum.

For Testnet Ethereum, you can go here.

Run Locally

Clone the project

  git clone https://github.com/tomasellis/advancedrps.git

Go to the project directory

  cd advancedrps/web or project-directory/web

Install dependencies

  npm install

Start the app

  npm run start

Acknowledgements

The RPS contract wasn't written by me, I just deploy and interact with it. Go check out the author Clément Lesaege - clement@lesaege.com 's stuff.