Skip to content

DevAbdurR/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game - Practice Project

This is a practice project to build a Rock-Paper-Scissors Game. Play against the computer and see who wins!

Demo

image

See the live project in action on the provided GitHub Pages link.

Getting Started

To run the project locally, follow these steps:

  1. Clone this repository: git clone https://github.com/DevAbdurR/Rock-Paper-Scissors.git
  2. Open index.html in your browser.

How to Play

  1. Open the page and you'll find buttons for Rock, Paper, and Scissors.
  2. Click one of the buttons to choose your move.
  3. The computer will randomly select its move.
  4. The result of the game will be displayed.

This project was developed as a practice exercise for building a Rock-Paper-Scissors Game using HTML, CSS, and JavaScript.