This is Frontend Mentor challenge I had build. Look At Live Version
The challenge is to build out this Rock, Paper, Scissors game and get it looking as close to the design as possible.
Users are able to:
- View the optimal layout for the game depending on their device's screen size
- Play Rock, Paper, Scissors against the computer
- Maintain the state of the score after refreshing the browser (optional)
If the player wins, they gain 1 point. If the computer wins, the player loses one point.
- Paper beats Rock
- Rock beats Scissors
- Scissors beats Paper
- HTML - For Markup
- CSS - For Styling Purpose
- Js - For Scripting
- BEM - Block Element Modifier As naming convention
- Netlify - For Deployment
$ git clone https://github.com/dev-arminder/rock-paper-scissors.git
$ cd rock-paper-scissors
$ Start Local Dev Server