This is my tenth day of my 3 weeks challenge with a Rock Paper Scissors game written in vanilla JS.
The rules are simple; rock beats scissors, scissors beats paper, paper beats rock.
- As a user, I can see the three choices (rock, paper and scissors)
- I can choose one of them
- Once I chose an option, the computer also picks one randomly
- Once the computer picked one, a winner is declared