Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 302 Bytes

Rock, Paper, Scissors

Design preview for the Rock, Paper, Scissors coding challenge

Rules

If the player wins, they gain 1 point. If the computer wins, the player loses one point.

Original

  • Paper beats Rock
  • Rock beats Scissors
  • Scissors beats Paper