![Rock Paper Scissors]
This is a simple implementation of the classic Rock Paper Scissors game in JavaScript. The game allows users to play against a computer or another player. Players can choose between rock, paper, or scissors, and the winner is determined based on the rules of the game.
- Open the game in your web browser.
- Select the game mode: "Single Player" to play against the computer or "Two Players" to play against a friend.
- For "Single Player" mode, enter your name and click "Start Game."
- For "Two Players" mode, both players need to enter their names and click "Start Game."
- Each player takes turns choosing either rock, paper, or scissors by clicking the respective button.
- The winner of each round is displayed on the screen.
- Play multiple rounds to determine the ultimate winner.
- Single Player and Two Players game modes.
- Scoreboard to keep track of each player's wins.
- Visually appealing interface with images for rock, paper, and scissors.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.
- The game idea is inspired by the classic Rock Paper Scissors game.
You can play the game at https://starlit-druid-c20ade.netlify.app/
Enjoy the game!