diff --git a/README.md b/README.md index e69de29..f6a6e15 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,36 @@ + + +# Rock Paper Scissors Game + +Welcome to my Rock Paper Scissors game! This project brings the classic hand game to life using HTML, CSS, and JavaScript. + +## Features + +- **Interactive Gameplay**: Use buttons to choose between rock, paper, or scissors. +- **Dynamic Updates**: JavaScript updates the game state and displays results on the webpage. +- **Responsive Design**: Designed with HTML and CSS to be visually appealing and intuitive. +- **Score Tracking**: Keep track of wins, losses, and ties during gameplay. +- **Game Reset**: Easily reset the game to play again after each round. + +## How to Play + +1. **Start the Game**: Open `index.html` in your web browser. +2. **Choose Gesture**: Click on buttons for rock, paper, or scissors to make your choice. +3. **View Results**: See the outcome of each round displayed on the screen. +4. **Play Again**: Reset the game to start a new round and continue playing. + +## Getting Started + +1. Clone the repository:'https://github.com/nidhiupman568/ROCK-PAPER-SCISSORS.git' + +2. Open the `index.html` file in your web browser. + +## Technologies Used + +- **HTML5** +- **CSS3** +- **JavaScript** + +#### Screenshots(Output) + +![ROCK PAPER SCISSORS](https://github.com/nidhiupman568/ROCK-PAPER-SCISSORS/assets/130860182/2a565be7-5b14-43bd-bd4e-2643458fcdca)