Simple implementation of Rock Paper Scissors game from The Odin Project curriculum.
This is my first HTML/CSS/JS project.
The benefits I got from this stage:
- Learned how to read and understand the errors on the console() and fix them.
- Created an algorithm and made it work.
If want to enjoy the game click here --LINK-- and follow the next instructions:
- Press F12 to open the DevTools of your browser and click "Console" on the top of the DevTools panel.
- Type on the prompt rock, paper or scissors
- See the result on the DevTools console of your browser.