This is part of The Odin Project foundations course projects. This simple HTML & JavaScript project implements rock paper scissors game. You can play Rock Paper and Scissors game against a computer by clicking buttons. The game stops when either you or the computer wins 5 rounds.
- HTML
- JavaScript
- Use event listeners and manipulate DOM to implement the game.
- Thanks to The Odin Project for the guidance.