Skip to content

Jobin-S/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

A simple Rock, Paper, Scissors game implemented with HTML, CSS, and JavaScript.

Features

  • Play multiple rounds of Rock, Paper, Scissors against the computer.
  • Tracks scores and declares the winner after a set number of rounds.
  • Modal dialogs display round results and final game outcome.

How to Play

  1. Click the "Let's Play" button to start the game.
  2. Choose your move by clicking on "Rock", "Paper", or "Scissors".
  3. The game will display the result of each round and update the scores.
  4. Continue playing until the set number of rounds is completed.
  5. A modal dialog will show the final winner.

Game Settings

  • Total Rounds: 5
  • Points to Win a Round: 10

To do

In future I planned to make an online multiplayer options also.