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.
- 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