Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psammystprime/rock-paper-scissors
Rock Paper Scissors game.
https://github.com/psammystprime/rock-paper-scissors
html-css-javascript
Last synced: about 1 month ago
JSON representation
Rock Paper Scissors game.
- Host: GitHub
- URL: https://github.com/psammystprime/rock-paper-scissors
- Owner: PsammystPrime
- Created: 2023-09-22T14:02:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:03:27.000Z (11 months ago)
- Last Synced: 2024-02-19T21:28:37.130Z (11 months ago)
- Topics: html-css-javascript
- Language: JavaScript
- Homepage: https://psammystprime.github.io/Rock-Paper-Scissors/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock-Paper-Scissors
###
This is a game initially created to run on the console but progressively, on a ui.
The rules are as follows:
1. Rock beats Scissors; This is because a rock can break a pair of scissors and not vice-versa.
2. Scissors beat Paper; This is because a pair of scissors can cut a piece of paper.
3. Paper beats Rock; This is so because working smart beats working hard.###
It's designed using HTML, CSS & JavaScript with the full intent of testing one's ability to solve challenges.**Have fun**