Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijenmakwana/rock-paper-scissors-lizard-spock-game
Rock Paper Scissors Lizard Spock is an extension of the classic game of chance, Rock Paper Scissors, created by Sam Kass and Karen Bryla. Because it seemed like most games of Rock Paper Scissors with people you know would end in a tie.
https://github.com/brijenmakwana/rock-paper-scissors-lizard-spock-game
css3 game html5 javascript localstorage rock-paper-scissors-lizard-spock
Last synced: about 1 month ago
JSON representation
Rock Paper Scissors Lizard Spock is an extension of the classic game of chance, Rock Paper Scissors, created by Sam Kass and Karen Bryla. Because it seemed like most games of Rock Paper Scissors with people you know would end in a tie.
- Host: GitHub
- URL: https://github.com/brijenmakwana/rock-paper-scissors-lizard-spock-game
- Owner: BrijenMakwana
- Created: 2022-11-08T13:17:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T10:28:51.000Z (about 2 years ago)
- Last Synced: 2024-10-25T05:55:42.379Z (3 months ago)
- Topics: css3, game, html5, javascript, localstorage, rock-paper-scissors-lizard-spock
- Language: CSS
- Homepage: https://rock-paper-scissors-lizard-spock-brijen.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](./images/logo-bonus.svg)
# Rock, Paper, Scissors, Lizard, Spock
## Table of contents
- [Overview](#overview)
- [Rules](#rules)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#Built-with)## Overview
- Rock, Paper, Scissors, Lizard, Spock game created with HTML, CSS and Javascript.
- Rock Paper Scissors Lizard Spock is an extension of the classic game of chance, Rock Paper Scissors, created by Sam Kass and Karen Bryla. Because it seemed like most games of Rock Paper Scissors with people you know would end in a tie.
- It is first used to settle a dispute about what to watch on TV between Sheldon and Raj on The Big Bang Theory show 😀.
- You can choose from Rock, Paper, Scissors, Lizard and Spock. After you have taken your move, computer will take the next move and based on the game rules given below, result will be presented.
- You will earn +1 point if you win and -1 if you lose. Score will also be saved in the local storage, so you won't lose your progress.## Rules
![](./images/image-rules-bonus.svg)
## Screenshot
![](./images/preview_1.png)
![](./images/preview_2.png)
![](./images/preview_3.png)## Links
- Live Site URL: [https://rock-paper-scissors-lizard-spock-brijen.vercel.app](https://rock-paper-scissors-lizard-spock-brijen.vercel.app)
## Built with
- HTML
- CSS
- Javascript