Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianbiring1/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.
https://github.com/christianbiring1/rock-paper-scissors
Last synced: 23 days ago
JSON representation
Is a hand game, usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand.
- Host: GitHub
- URL: https://github.com/christianbiring1/rock-paper-scissors
- Owner: christianbiring1
- Created: 2022-03-02T11:20:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T09:13:20.000Z (over 2 years ago)
- Last Synced: 2023-03-03T20:09:38.426Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# 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.## The possible outcomes of the game.
The game has three possible outcomes: a draw, a win or a loss. A player who decides to play rock will beat another player who has chosen scissors ("rock crushes scissors" or "breaks scissors" or sometimes "blunts scissors"[4]), but will lose to one who has played paper ("paper covers rock"); a play of paper will lose to a play of scissors ("scissors cuts paper"). If both players choose the same shape, the game is tied and is usually immediately replayed to break the tie.
### note:
For now the game can only be played in the console. there's no GUI (Graphical User Interface)