https://github.com/pranshudobhal/rock-paper-scissors-game
The challenge is to build out this Rock, Paper, Scissors game and get it looking as close to the design as possible.
https://github.com/pranshudobhal/rock-paper-scissors-game
Last synced: 4 months ago
JSON representation
The challenge is to build out this Rock, Paper, Scissors game and get it looking as close to the design as possible.
- Host: GitHub
- URL: https://github.com/pranshudobhal/rock-paper-scissors-game
- Owner: pranshudobhal
- Created: 2021-01-16T09:32:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-10T09:06:09.000Z (over 4 years ago)
- Last Synced: 2025-01-01T17:13:18.950Z (5 months ago)
- Language: SCSS
- Homepage: https://rock-paper-scissors-beta.vercel.app/
- Size: 732 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Rock, Paper, Scissors

## The challenge
The challenge is to build out this Rock, Paper, Scissors game and get it looking as close to the design as possible.
Your 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### Rules
If the player wins, they gain 1 point. If the computer wins, the player loses one point.
## The challenge URL
https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH
## Technologies used
- HTML5
- SCSS
- JavaScript## Live URL of solution
https://rock-paper-scissors-beta.vercel.app/