This is a solution to the Rock Paper Scissors Project on The Odin Project.
This challenge was from The Odin Project. The first challenge was to build the logic for the game with JavaScript that was playable through the browser console. The second challenge integrated what I learned about HTML, CSS, and JavaScript query selectors to create a GUI.
- Solution URL: GitHub
- Live Site URL: Play the game here!
First, I created the logic for the game itself and made sure it was correct and playable through the console. After I verified it was working correctly, I created the HTML and styled the page with CSS. After I completed that I returned to my JavaScript and added some functions and selectors to complete the project.
-HTML -CSS -JavaScript
I learned more about manipulating the DOM and got more practice with JavaScript during this exercise.
I plan to continue practicing JavaScript.