Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.85 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.85 KB

The Odin Project Web Development 101

Project: Rock Paper Scissors

Simple implementation of Rock Paper Scissors game from The Odin Project curriculum.

This is my first HTML/CSS/JS project.

First stage | Game in the browser console

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.