Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 639 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 639 Bytes

Rock | Paper | Scissor

Rock|Paper|Scissor game is a simple fun game in which both the players have to make a rock, paper, or scissors. It has only two possible outcomes a draw, or a win for one player and a loss for the other player.The player has to choose one option among the rock, paper, and scissors. A random option will be generated from the computer’s side.This project is developed using HTML, CSS and Javascript.

Project Specifications

  • Player vs Computer game.
  • Display Player Choice and Computer choice.
  • Player score will be updated based on the result:
    • Win = +1 pts
    • Lose = -1 pts
    • Draw = 0 pts