This is a simple rock-paper-scissors game I made for practice and fun. To know how to play this game, open the game and click the "About Game" link in the header ehehhe. I used DOM manipulation for the first time on this project and after suffering for some time I think I did well. Its not perfectly responsive as I have not learnt about responsive designing yet but I tried to use viewport size units and flex-basis to my advantage and it kind off worked out. Thanks for your time here (◕‿◕) .
rock-paper-scissors/
├── README.md
├── index.html
├── script.js
├── style.css
└── pages/
├── about.html
├── win.html
├── lose.html
├── tie.html
├── resultStyles.css
└── resultScript.js
- HTML
- CSS
- JAVASCRIPT
This project idea belongs to "The Odin Project". I am doing this as part of the curriculum. Here is the link to this project assignment : https://www.theodinproject.com/lessons/foundations-rock-paper-scissors#assignment and https://www.theodinproject.com/lessons/foundations-revisiting-rock-paper-scissors.