Note: Delete this note and update the table of contents based on what sections you keep.
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 (optional)
- Bonus: Play Rock, Paper, Scissors, Lizard, Spock against the computer (optional)
- Solution URL: https://github.com/liezsm/rock-paper-scissor-game
- Live Site URL:https://liezsm.github.io/rock-paper-scissor-game/
- Semantic HTML5 markup
- Flexbox
- CSS Grid
- Mobile-first workflow
- Sass using Gulp
- Vanilla Javascript
- https://rosettacode.org/wiki/Rock-paper-scissors#JavaScript - This helped me for get the idea of how to decide the winner using the json part.
- https://www.youtube.com/watch?v=P_H4_miTKsI- I/ve also watched this amazing tutorial and get ideas such as the glow effect of the winner.
Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.