This project tests problem solving skills along with other concepts learned in JavaScript prior to this project.
- The computer will generate a random option (Rock, Paper, or Scissors)
- The user also inputs their option
- A winner is then announced based on the following rules
- It's a tie if the
optionsare the same. Rockwins overScissorsPaperwins overRockScissorswins overPaper
- It's a tie if the
For more information on how to play this game, check out this detailed step-by-step guide