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

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

This is a simple Rock Paper Scissor game built using HTML, CSS, and JavaScript
https://github.com/vinayakvthayil/rock-paper-scissors

css game html javascript rockpaperscissors

Last synced: 4 months ago
JSON representation

This is a simple Rock Paper Scissor game built using HTML, CSS, and JavaScript

Awesome Lists containing this project

README

          

# Rock Paper Scissor

## Description
This is a simple **Rock Paper Scissor** game built using **HTML**, **CSS**, and **JavaScript**. The game allows players to compete against the computer in a fun and interactive UI.

## Features
- **Interactive UI**: Clean and minimalistic user interface for smooth gameplay.
- **Player vs. Computer**: The player competes against the computer's randomly generated moves.
- **Scoreboard**: Displays the scores of the player and the computer.
- **Move Counter**: Limits the game to 10 moves per session.

## How to Play
1. Open the game in your browser.
2. Choose your move: **Rock**, **Paper**, or **Scissors**.
3. The computer will randomly generate its move.
4. The winner of each round is displayed, and the scores are updated.
5. Play until you reach 10 moves to see the final result!

## Technologies Used
- **HTML**: To structure the web page.
- **CSS**: To style the user interface.
- **JavaScript**: To implement game logic and interactions.
![image](https://github.com/vinayakvthayil/Rock-Paper-Scissors/assets/92569718/f4f85fc8-bc91-4e41-8b12-c55d0ed1d658)