Welcome to the classic game of Rock, Paper, Scissors! This is a simple game written as a JavaScript practice project from The Odin Project where you can compete against the computer. Make your choice and see if you can outsmart your opponent!
- Rock beats Scissors (Rock smash Scissor)
- Scissors beats Paper (Scissor cut Paper)
- Paper beats Rock (Paper cover Rock)
To play the game, follow these simple steps:
- Launch the game in your web browser.
- Make your choice: Rock, Paper, or Scissors.
- The computer will make its choice.
- The game will determine the winner based on the rules.
- Enjoy and see if you can outplay the computer!
- If you have any feedback or suggestions, we'd love to hear from you! Please provide your feedback in the Issues section on GitHub.
- This project is protected by an All Rights Reserved license.
- Inspired by the classic Rock, Paper, Scissors game.
- Created as a practice project of The Odin Project for learning and fun.