Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.16 KB

Rock-Paper-Scissors-Game

  • It is a classic rock paper scissors game. The game is designed using Javascript where the player plays against the computer.

  • In total there will be 10 moves. The player has to choose one option among the rock, paper and scissors. A random option will be generated from the computer's side and the one who wins will get one point every time.

SNAPSHOTS

Start-Game

Choose Your Move

GamePlay

GamePlay

  • After 10 moves are over, final result will be displayed on the screen with a button to restart the game.

Restart

  • The game is responsive so that it can be played on every device.

THANK YOU