Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 414 Bytes

Rock Paper Scissors

  • This is a simple Rock, Paper, Scissors game written in Vanilla JavaScript as part of The Odin Project
  • Players can enter their name at the top left for a more custom experience
  • Players will select their choice of Paper, Rock, or Scissors against a CPU opponent
  • Results of each match are displayed afterwards via a title banner, with an option to refresh the series after 5 wins/losses