Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonexist/rock-paper-scissor-js-game
https://github.com/jonexist/rock-paper-scissor-js-game
flexbox-css html-css-javascript scss
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonexist/rock-paper-scissor-js-game
- Owner: jonexist
- Created: 2024-01-25T02:56:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T13:13:32.000Z (about 1 year ago)
- Last Synced: 2024-01-31T14:30:44.545Z (about 1 year ago)
- Topics: flexbox-css, html-css-javascript, scss
- Language: JavaScript
- Homepage: https://rock-paper-scissor-game-vanillajs.netlify.app/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock-Paper-Scissors Game
This is a simple Rock-Paper-Scissors game implemented in JavaScript. The game allows two players to compete against each other by choosing one of the three options: rock, paper, or scissors. The rules are as follows:
- Rock beats scissors
- Scissors beats paper
- Paper beats rockThe game keeps track of the score for each player and displays the winner at the end of each round. It also provides an option to reset the game and start over.
Enjoy playing Rock-Paper-Scissors!