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
- Host: GitHub
- URL: https://github.com/vinayakvthayil/rock-paper-scissors
- Owner: vinayakvthayil
- Created: 2024-03-01T16:10:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T06:44:22.000Z (over 1 year ago)
- Last Synced: 2025-08-25T07:27:39.402Z (10 months ago)
- Topics: css, game, html, javascript, rockpaperscissors
- Language: JavaScript
- Homepage: https://vinayakvthayil.github.io/Rock-Paper-Scissors/game.html
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
