https://github.com/vishalgiri-git/rock-paper-scissor
Rock Paper Scissors Game
https://github.com/vishalgiri-git/rock-paper-scissor
css html javascript
Last synced: about 1 month ago
JSON representation
Rock Paper Scissors Game
- Host: GitHub
- URL: https://github.com/vishalgiri-git/rock-paper-scissor
- Owner: vishalgiri-git
- Created: 2023-12-24T06:19:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T17:27:46.000Z (over 2 years ago)
- Last Synced: 2025-08-16T10:32:46.597Z (11 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://vishalgiri-rock-paper-scissor.netlify.app/
- Size: 198 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 🚀
This is a simple web-based Rock, Paper, Scissors game created using HTML, CSS, and JavaScript.
Users can play the classic game against the computer, making their choices and
seeing who wins each round.
**This project serves as a fun way to practice front-end development skills.**
**[click here to play Game](https://vishalgiri-rock-paper-scissor.netlify.app/)**
## Rules for the game
The rules are very simple and probably you remember them from your childhood :
♦ If you choose Rock, you will win against Scissors but lose against Paper.
♦ If you choose Scissors, you will win against Paper but lose against Rock.
♦ If you choose Paper, you will win against Rock but lose against Scissors.