This web application lets users play Rock-Paper-Scissors against a computer opponent. I Built it with HTML, CSS, and JavaScript, and it offers an interactive and visually appealing gaming experience.
- Players choose Rock, Paper, or Scissors.
- Computer makes a random choice.
- Game compares choices and updates scores.
- First to reach a set wins
- Interactive gameplay.
- Random computer choices using JavaScript's Math.random().
- Score tracking for player and computer.
- Sound effects on player choice.
- Highlighting selected choices for both player and computer.
- Overall winner determined after a set number of rounds.
- HTML, CSS, JavaScript: Core technologies.
- External Resources: Icons and music from Flaticon and Pixabay.
- HTML structure and organization.
- CSS styling for visual appeal.
- JavaScript logic, scoring, and dynamic updates.
- Event handling for user interactions.
This project allowed me to learn and apply essential web development concepts I've learned in the Odin Project.