A simple web-based Rock, Paper, Scissors (RPS) game built using HTML, CSS, and JavaScript.
- The player selects Rock, Paper, or Scissors.
- The bot randomly picks one of the three options.
- The game compares the choices and shows the result:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- If both choose the same, it's a tie.
-
Clone the repository:
git clone https://github.com/7Str1kes/rps-app.git
-
Navigate into the project folder:
cd rps-app -
Open the
index.htmlfile in your browser by double-clicking the file.
- HTML
- CSS
- JavaScript
rps-app/
โโโ index.html
โโโ styles.css
โโโ main.js