https://github.com/abhishekgurjar-in/rock-paper-scissors
The Rock Paper Scissors Game is a web-based application where users can play the popular game against a computer. The project demonstrates how to manage user input, generate random computer moves, and determine the outcome of the game. It's an excellent exercise in working with conditional logic .
https://github.com/abhishekgurjar-in/rock-paper-scissors
css html javascript rock-paper-scissors web-development
Last synced: 7 months ago
JSON representation
The Rock Paper Scissors Game is a web-based application where users can play the popular game against a computer. The project demonstrates how to manage user input, generate random computer moves, and determine the outcome of the game. It's an excellent exercise in working with conditional logic .
- Host: GitHub
- URL: https://github.com/abhishekgurjar-in/rock-paper-scissors
- Owner: abhishekgurjar-in
- Created: 2024-08-23T17:40:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T17:43:16.000Z (10 months ago)
- Last Synced: 2024-08-23T19:32:51.030Z (10 months ago)
- Topics: css, html, javascript, rock-paper-scissors, web-development
- Language: JavaScript
- Homepage: https://abhishekgurjar-in.github.io/Rock-Paper-Scissors/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors Game Website
## IntroductionHello, fellow developers! I'm excited to introduce my latest project: a **Rock Paper Scissors Game**. This classic game is a fun way to practice your JavaScript skills and create an interactive user experience. Whether you're new to coding or looking to add a simple yet engaging game to your portfolio, this project offers a great opportunity to improve your front-end development abilities.
## Project Overview
The **Rock Paper Scissors Game** is a web-based application where users can play the popular game against a computer. The project demonstrates how to manage user input, generate random computer moves, and determine the outcome of the game. It's an excellent exercise in working with conditional logic and DOM manipulation.
## Features
- **Interactive Gameplay**: Users can select Rock, Paper, or Scissors and see the result instantly.
- **Score Tracking**: The game keeps track of the player's and computer's scores.
- **Responsive Design**: Ensures a consistent and enjoyable experience across different devices.## Technologies Used
- **HTML**: Structures the web page and game elements.
- **CSS**: Styles the game interface for a clean and responsive design.
- **JavaScript**: Manages the game logic, including user interactions and score tracking.## Installation
To get started with the project, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/abhishekgurjar-in/Rock-Paper-Scissors.git
```2. **Open the project directory**:
```bash
cd Rock-Paper-Scissors
```3. **Run the project**:
- Open the `index.html` file in a web browser to start playing the Rock Paper Scissors game.## Usage
1. **Open the website** in a web browser.
2. **Select your move** by clicking on the Rock, Paper, or Scissors buttons.
3. **View the result** of the game, and see the scores update automatically.## Live Demo
You can check out the live demo of the Rock Paper Scissors game [here](https://abhishekgurjar-in.github.io/Rock-Paper-Scissors/).
## Screenshots
## Conclusion
Building the Rock Paper Scissors game was a fun and educational experience that helped me practice JavaScript and DOM manipulation. I hope this project inspires you to explore more JavaScript projects and continue building your coding skills. Happy coding!
## Credits
This project was developed as part of my journey to enhance my front-end development skills, focusing on creating interactive and dynamic web applications.
## Author
- **Abhishek Gurjar**
- [GitHub Profile](https://github.com/abhishekgurjar-in)