Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishika105/rock-paper-scissors

A Rock, paper, scissors game using concepts of HTML, CSS & JAVASCRIPT.
https://github.com/rishika105/rock-paper-scissors

css html javascript

Last synced: 6 days ago
JSON representation

A Rock, paper, scissors game using concepts of HTML, CSS & JAVASCRIPT.

Awesome Lists containing this project

README

        

# Rock, Paper, Scissors Game

## How to Play

1. Open the game in a web browser.
2. Click on Rock, Paper, or Scissors.
3. The computer will make a random choice.
4. The game will show if you win, lose, or it's a draw.
5. Your score and the computer's score will update automatically.

## Play the Game

- If you want you can run the code and open `index.html` in your browser Or play the deployed version at: [Rock, Paper, Scissors Game](https://rock-paper-scissors-game-rishika-2005.netlify.app/).

## Screenshot

![image](https://github.com/user-attachments/assets/8b5d4633-e2d1-43dd-971a-d0614774966b)

## Technologies

- **HTML**
- **CSS**
- **JavaScript**

## Game Logic

- The computer picks randomly between Rock, Paper, or Scissors.
- If both choices are the same, it's a draw.
- The winner is decided based on the standard rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock