Rock, Paper & Scissors — Project Description Today I built a...

Developer Raham

Developer Raham

Rock, Paper & Scissors — Project Description
Today I built a Rock, Paper & Scissors game using JavaScript, CSS, and HTML. This project helped me understand how game logic works and how to connect UI with user interactions.
What I learned
How to generate random numbers using Math.random()
How events work in JavaScript (addEventListener)
How to compare values and apply game conditions using if/else
What I used
CSS: Display layouts using display: flex and clean styling
JavaScript: if/else, comparison logic, and random value generation
HTML: Semantic structure (header, main, footer)
Project Links
Like this project

Posted Nov 25, 2025

Rock, Paper & Scissors — Project Description Today I built a Rock, Paper & Scissors game using JavaScript, CSS, and HTML. This project helped me understand h...