Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esotericenderman/rock-paper-scissors
A simple rock paper scissors game made using HTML, CSS, and JS. This was part of the JS course by @SuperSimpleDev that I took.
https://github.com/esotericenderman/rock-paper-scissors
cascading-style-sheets css html html-css-js html-css-js-project hypertext-markup-language javascript js rock-paper-scissor rock-paper-scissors rock-paper-scissors-game rock-paper-scissors-website rockpaperscissorgame rockpaperscissors rockpaperscissors-js rps rps-game supersimpledev website website-project
Last synced: 17 days ago
JSON representation
A simple rock paper scissors game made using HTML, CSS, and JS. This was part of the JS course by @SuperSimpleDev that I took.
- Host: GitHub
- URL: https://github.com/esotericenderman/rock-paper-scissors
- Owner: EsotericEnderman
- Created: 2023-06-15T13:34:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:30:38.000Z (3 months ago)
- Last Synced: 2024-09-17T20:44:51.592Z (3 months ago)
- Topics: cascading-style-sheets, css, html, html-css-js, html-css-js-project, hypertext-markup-language, javascript, js, rock-paper-scissor, rock-paper-scissors, rock-paper-scissors-game, rock-paper-scissors-website, rockpaperscissorgame, rockpaperscissors, rockpaperscissors-js, rps, rps-game, supersimpledev, website, website-project
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
> A simple rock paper scissors game made using HTML, CSS, and JS.
This was part of the [JS course](https://www.youtube.com/watch?v=SBmSRK3feww) by [SuperSimpleDev](https://www.youtube.com/@SuperSimpleDev) that I took.
## Features
- Basic rock paper scissors gameplay
- Wins, losses and ties are stored in the local storage
- Reset score button
- Auto-play mode
- Keyboard support