This is a simple Rock Paper Scissors game developed as part of The Odin Project curriculum. It allows players to play a game of Rock, Paper, Scissors against the computer in the browser console, with the computer's choices generated randomly.
- Player vs Computer gameplay
- Random computer choice for each round
- Displays the result of each round (win, lose, or draw)
- Keeps track of scores and declares a winner after a set number of rounds
- JavaScript Basics: Understanding functions, loops, and conditionals
- Debugging: Utilizing browser console for testing and debugging