https://github.com/hardcoder404/stone-paper-scissor-game
https://github.com/hardcoder404/stone-paper-scissor-game
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hardcoder404/stone-paper-scissor-game
- Owner: HardCoder404
- Created: 2024-02-28T20:13:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:25:33.000Z (about 2 years ago)
- Last Synced: 2025-02-04T20:19:34.529Z (about 1 year ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
---
> Description : Rock paper scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors".
---
## How To Play
In rock-paper-scissors, two players will each randomly choose one of three hand signs: rock (made by making a fist), paper (made by laying your hand flat), or scissors (made by holding out two fingers to look like scissors). Both players show their signs at the same time to see who will win. Here are the rules that determine which sign beats another:
1. Rock wins over scissors (because rock smashes scissors)
2. Scissors wins over paper (because scissors cut paper)
3. Paper wins over rock (because paper covers rock)
4. If both players show the same sign, it’s a tie.
## Images



