A simple and interactive Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. This beginner-friendly project was developed to practice DOM manipulation, user interaction, and conditional logic using vanilla JavaScript.
You can click here to play the game (replace with your GitHub Pages or deployment link)
- Interactive gameplay with a score tracker
- Random move generation for the computer
- Immediate result display (Win / Lose / Draw)
- Stylish and responsive layout
- Visual feedback for player's and computer's choice
- DOM manipulation
- Handling user input events (clicks)
- Random number generation in JavaScript
- Structuring small web projects
- Writing basic game logic using
if-else
conditions
Developed with ๐ป by Gizem