Rock Paper Scissors is a classic hand game implemented as a web application using HTML, CSS, and JavaScript.
The project allows users to play against the computer with instant result display.
This project was developed to practice:
- JavaScript conditional logic
- Random value generation
- DOM updates based on user actions
- Creating interactive browser games
The game is fully frontend-based.
โ๐๏ธโ๏ธ Classic Rock-Paper-Scissors gameplay
๐ค Computer-generated opponent moves
๐ Real-time result display
๐จ Simple and engaging UI
โก Fast and smooth interactions
- HTML5 โ Game structure
- CSS3 โ Styling and animations
- JavaScript (Vanilla) โ Game logic and interaction
Rock-Paper-Scissors/ โโโ index.html โโโ style.css โโโ script.js โโโ README.md
- Clone the repository:
git clone https://github.com/Shrey1006/Rock-Paper-Scissors.git
- Open index.html in any browser.
๐ Score tracking ๐ Sound effects ๐ฎ Multiplayer mode ๐ฑ Enhanced mobile experience
Shreyansh Mojidra