You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan-Niclas Loosen b516324a8d
02/12/2023
10 months ago
..
LICENSE 02/12/2023 10 months ago
README.md 02/12/2023 10 months ago
index.html 02/12/2023 10 months ago
paper1.png 02/12/2023 10 months ago
rock-paper-scissor(AtharvaKulkarniIT.png 02/12/2023 10 months ago
rock1.png 02/12/2023 10 months ago
scissor1.png 02/12/2023 10 months ago
script.js 02/12/2023 10 months ago
style.css 02/12/2023 10 months ago

README.md

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:

    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 file for details.