A simple and interactive Rock–Paper–Scissors web game built using HTML, CSS, and JavaScript.
The project demonstrates basic game logic, DOM manipulation, and event handling in JavaScript.
This project allows a user to play the classic Rock–Paper–Scissors game against the computer.
The computer’s choice is generated randomly, and the winner is decided based on standard rules.
The game updates the result dynamically on the screen, providing an engaging and beginner-friendly experience.
- 🪨 Rock beats ✂️ Scissors
- ✂️ Scissors beats 📄 Paper
- 📄 Paper beats 🪨 Rock
- Same choices result in a draw
- User vs Computer gameplay
- Random computer choice generation
- Real-time result display
- Simple and clean user interface
- Beginner-friendly JavaScript logic
- HTML – Structure
- CSS – Styling
- JavaScript – Game logic & DOM manipulation

