A simple Rock Paper Scissors game implemented in JavaScript.
This project is a classic implementation of the Rock Paper Scissors game. The user plays against the computer, and the program determines the winner each round by displaying the results directly on the webpage.
- Clone this repository:
git clone https://github.com/kderev/rock_paper_scissors.git
- Open the
index.html
file in your web browser.
Once the index.html
file is opened, you can play by clicking on the "Rock", "Paper", or "Scissors" buttons. The computer's choice and the result of each round will be displayed directly on the webpage. The first player to reach a score of 5 wins the game.
This project was created by kderev.