# Rock, Paper, Scissors Game This is a Rock, Paper, Scissors game built with HTML, CSS, and JavaScript. You can play this classic hand game against the computer. The game is fully responsive and can be played on both desktop and mobile devices. ## Features - Play Rock, Paper, Scissors against the computer. - Simple and intuitive user interface. - Responsive design for both desktop and mobile devices. - Tracks your wins, losses, and ties. ## How to Play 1. Choose your move: Rock, Paper, or Scissors by clicking on the respective button. 2. The computer will randomly select its move. 3. The winner of the round will be displayed on the screen. 4. Keep playing and try to beat the computer! ## Installation To run the game locally, follow these steps: 1. Clone this repository to your local machine using Git: ```bash git clone https://github.com/AtharvaKulkarniIT/Rock-Paper-Scissor.git That's it! You don't need to install any additional dependencies. ## Usage Simply open the `index.html` file in your web browser. You can start playing the game immediately. ## Contributing Contributions are welcome! If you want to contribute to this project, follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bug fix: `git checkout -b feature/your-feature`. 3. Make your changes and commit them: `git commit -m 'Add a new feature'`. 4. Push to the branch: `git push origin feature/your-feature`. 5. Create a pull request. Please ensure your pull request is in line with the project's coding style and standards. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.