Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 835 Bytes

Rock Paper Scissors Game

A simple Rock Paper Scissors game implemented using HTML, CSS, and JavaScript. This project is a browser based game that allows the user to compete against the computer for points.

Features

  • Play against the computer in a best of 5 rounds.
  • Choose your move by clicking on the Rock, Paper, or Scissors buttons.
  • See the result of each rounds as well as a keep track of the scores for the player and the computer.
  • When there is a winner, a pop-up is displayed, showing whether you won or lost
  • Restart the game by clicking the "Play Again?" button.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Live Demo Link: https://bilele123123.github.io/RockPaperScissors/

Preview

Game Preview 1 Game Preview 2 Game Preview 3