-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
270bff4
commit ac4d68e
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |