Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishika105/rock-paper-scissors
A Rock, paper, scissors game using concepts of HTML, CSS & JAVASCRIPT.
https://github.com/rishika105/rock-paper-scissors
css html javascript
Last synced: 6 days ago
JSON representation
A Rock, paper, scissors game using concepts of HTML, CSS & JAVASCRIPT.
- Host: GitHub
- URL: https://github.com/rishika105/rock-paper-scissors
- Owner: rishika105
- Created: 2024-04-28T14:57:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:12:23.000Z (3 months ago)
- Last Synced: 2024-08-19T07:30:07.743Z (3 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://rock-paper-scissors-game-rishika-2005.netlify.app/
- Size: 134 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
## How to Play
1. Open the game in a web browser.
2. Click on Rock, Paper, or Scissors.
3. The computer will make a random choice.
4. The game will show if you win, lose, or it's a draw.
5. Your score and the computer's score will update automatically.## Play the Game
- If you want you can run the code and open `index.html` in your browser Or play the deployed version at: [Rock, Paper, Scissors Game](https://rock-paper-scissors-game-rishika-2005.netlify.app/).
## Screenshot
![image](https://github.com/user-attachments/assets/8b5d4633-e2d1-43dd-971a-d0614774966b)
## Technologies
- **HTML**
- **CSS**
- **JavaScript**## Game Logic
- The computer picks randomly between Rock, Paper, or Scissors.
- If both choices are the same, it's a draw.
- The winner is decided based on the standard rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock