A classic Rock, Paper, Scissors game played against the computer.
- Choose Rock, Paper, or Scissors with a single click
- Computer selects a move randomly
- Live scoreboard tracking wins for you and the computer
- Displays a result message after each round
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone or download this folder.
- Open
index.htmlin your browser. - Click Rock, Paper, or Scissors to play a round against the computer.
RockPaperScissor_Game/
├── index.html
├── style.css
└── script.js