This is my solution to the Rock, Paper, Scissors challenge on Frontend Mentor challenge.
The challenge is to create a responsive web application of the Rock, Paper, Scissors game in which the user is plating against the computer.
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.
- Maintain the state of the score after refreshing the browser. (Made the score value to be stored in the local storage.)
- Live Site URL on which you can check out the project: https://adrianptrv.github.io/Rock_paper_scissors_FE_Mentor
- Analyze the provided design pictures and build the HTML structure.
- Add all of the CSS styles through SCSS, and make the web application responsive.
- Add the functionality of the game with jQuery and JavaScript.
- HTML
- SCSS
- JavaScript
- jQuery
Mobile layout | Desktop layout |
---|---|