This is a simple web-based Rock Paper Scissors game where users can play against the computer. The game has a visually appealing interface and is built using HTML, CSS, and JavaScript.
-
Clone the repository:
git clone https://github.com/gauravbhaskar080/Rock-Paper-Scissors-Game.git
-
Open the project:
Navigate to the project directory.
cd Rock-Paper-Scissors-Game
-
Open
index.html
:Right-click on
index.html
and open it with your preferred web browser.
- Upon opening the game, users are presented with a visually appealing interface where they can see computer and user choices.
- Users can click on the Rock, Paper, or Scissors buttons to make their choice.
- The computer's choice is generated randomly.
- The result of the game (win, lose, or draw) is displayed along with the respective icons.
- The game also provides a navigation bar with the title "ROCK PAPER SCISSORS GAME" for easy navigation.
index.html
: The main HTML file that contains the structure of the game interface.style.css
: The CSS file that provides the styling for the game.app.js
: The JavaScript file responsible for the game logic and interactivity.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Create a pull request to the original repository.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for your own purposes.