This is a solution to the Design preview for the Rock, Paper, Scissors coding challenge.
Users should be able to:
- View the optimal layout for the game depending on their device's screen size
- Play Rock, Paper, Scissors against the computer
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
- Live Site URL: https://rock-paper-scissors-master-tan-ten.vercel.app/
- HTML
- SCSS
- JavaScript