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
Rock, Paper & Scissors — Project Description
Today I built a Rock, Paper & Scissors game using JavaScript, CSS, and HTML.
This project helped me understand h...