An open API service indexing awesome lists of open source software.

https://github.com/hardcoder404/stone-paper-scissor-game


https://github.com/hardcoder404/stone-paper-scissor-game

Last synced: 12 months ago
JSON representation

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

![Screenshot (6)](https://github.com/HardCoder404/Stone-paper-scissor-Game/assets/127084297/1a82c4fb-079a-45c8-ac43-bb002e832db2)
![Screenshot (7)](https://github.com/HardCoder404/Stone-paper-scissor-Game/assets/127084297/04eb7494-ac5f-4d6e-ab40-b068400061c6)
![Screenshot (8)](https://github.com/HardCoder404/Stone-paper-scissor-Game/assets/127084297/9ce81025-00bd-4c53-b227-e259869308fc)
![Screenshot (9)](https://github.com/HardCoder404/Stone-paper-scissor-Game/assets/127084297/7d0f38c6-4ad9-4f39-bf46-91f6dbd0bbe4)