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.
- 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.
- Choose your move: Rock, Paper, or Scissors by clicking on the respective button.
- The computer will randomly select its move.
- The winner of the round will be displayed on the screen.
- Keep playing and try to beat the computer!
To run the game locally, follow these steps:
-
Clone this repository to your local machine using Git:
git clone https://github.com/AtharvaKulkarniIT/Rock-Paper-Scissor.git
That's it! You don't need to install any additional dependencies.
Simply open the index.html
file in your web browser. You can start playing the game immediately.
Contributions are welcome! If you want to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add a new feature'
. - Push to the branch:
git push origin feature/your-feature
. - Create a pull request.
Please ensure your pull request is in line with the project's coding style and standards.
This project is licensed under the MIT License - see the LICENSE file for details.