Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 rock

The 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!