This is a simple implementation of the classic game "Rock, Paper, Scissors" using JavaScript. It's part of The Odin Project Foundations course.
To play the game, simply choose one of the three options: Rock, Paper, or Scissors. The computer will randomly choose its option, and the winner will be determined according to the following rules:
- Rock crushes Scissors
- Scissors cuts Paper
- Paper covers Rock
If both the player and the computer choose the same option, it's a tie!
- HTML
- CSS
- JavaScript
- Clone this repository:
git clone https://github.com/your-username/rock-paper-scissors.git