A simple Rock Paper Scissors game built while learning JavaScript fundamentals.
- JavaScript functions
- Conditional logic (if/else)
- Random number generation
- Basic game logic
- DOM interaction using buttons
- User selects Rock, Paper, or Scissors
- Computer randomly selects a move
- The winner is determined based on game rules
- Result is shown using an alert
This project was built as part of my JavaScript learning journey to strengthen logic, control flow, and confidence writing code.
- Display results on the page instead of alerts
- Add score tracking
- Improve UI styling