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

https://github.com/vishalgiri-git/rock-paper-scissor

Rock Paper Scissors Game
https://github.com/vishalgiri-git/rock-paper-scissor

css html javascript

Last synced: about 1 month ago
JSON representation

Rock Paper Scissors Game

Awesome Lists containing this project

README

          

# Rock, Paper, Scissors Game 🚀
This is a simple web-based Rock, Paper, Scissors game created using HTML, CSS, and JavaScript.
Users can play the classic game against the computer, making their choices and
seeing who wins each round.
**This project serves as a fun way to practice front-end development skills.**

**[click here to play Game](https://vishalgiri-rock-paper-scissor.netlify.app/)**



## Rules for the game
The rules are very simple and probably you remember them from your childhood :

♦ If you choose Rock, you will win against Scissors but lose against Paper.

♦ If you choose Scissors, you will win against Paper but lose against Rock.

♦ If you choose Paper, you will win against Rock but lose against Scissors.