Welcome to the Rock Paper Scissors game! This repository contains a simple implementation of the classic game using HTML, CSS, and JavaScript.
How to Play:
Click on this link:
https://arpitajana1220.github.io/Rock-Paper-Scissors/
OR
Follow these steps:
- Clone or download the repository to your local machine.
- Open the
index.html
file in your web browser. - Choose Rock, Paper, or Scissors by clicking on the corresponding button.
- The computer will randomly select its choice.
- The winner will be displayed on the screen.
Project Structure:
index.html
: Main HTML file containing the structure of the game.style.css
: CSS file for styling the game interface.script.js
: JavaScript code for implementing the game logic.
Collaboration: Contributions to this project are welcome! Here are a few ways you can contribute:
- Improve the user interface by adding animations or additional styling.
- Implement additional features such as keeping score or adding sound effects.
- Optimize the JavaScript code for better performance or add more complexity to the game logic.
Setup Steps:
- Clone the repository:
git clone https://github.com/arpitajana1220/Rock-Paper-Scissors.git
- Open the project directory:
cd Rock-Paper-Scissors
- Open the
index.html
file in your preferred web browser. - Start playing the game by selecting Rock, Paper, or Scissors!
Happy gaming! Feel free to contribute and make this game even better. If you have any questions or suggestions, please don't hesitate to reach out.