Suvadip-sana / Rock-Paper-Scissors

Rock Paper Scissors app JavaScript mini project

Home Page:https://suvadip-sana.github.io/Rock-Paper-Scissors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors

JavaScript mini project

Screenshot1

Features

  • Display three clickable button which is rock, paper & scissors.
  • After click one of this, display computer generated one value among rock, paper & scissors.
  • Analyse the results between users & computer then display it's result.
  • Display the winner message in green, loser message in red & draws in yellow, display score accordingly.

How to use

  1. Fork/Clone this repository or download the files.
  2. Open the index.html file in your browser.
  3. Click the one button among three(rock, paper, scissor to start the game.
  4. The game will show the result after.

Files

  • index.html: Contains the structure of the web app.
  • style.css: Contains the styling for the web app.
  • script.js: Contains the JavaScript code that handles the game logic and UI updates.

About

Rock Paper Scissors app JavaScript mini project

https://suvadip-sana.github.io/Rock-Paper-Scissors/


Languages

Language:JavaScript 38.7%Language:CSS 38.2%Language:HTML 23.2%