Rock-Paper-Scissors is a classic hand game that is played between two people. Each player simultaneously forms one of three shapes with an outstretched hand. The possible shapes are rock, paper, and scissors. The game has simple rules and is often used as a fair choosing method.
- Play against the computer
- Randomized computer selection
- Result display (win, lose, draw)
- Responsive design
- HTML
- CSS (Tailwind CSS)
- JavaScript
- Clone the repository:
git clone https://github.com/AnshumanAtrey/rock-paper-scissors
- Navigate to the project directory:
cd rock-paper-scissors
- Open
index.html
in your web browser.
You can play the game live at https://rock-paper-scissors-atrey.netlify.app/
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.