Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 297 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 297 Bytes

Rock Paper Scissors

Build a Rock-Paper-Scissor game that is won best out of three. The player will select a move, while the computer will randomly select their move using the GET endpoint: https://random.darkjoy.ca/random/GetPick; the expected response is either: 'rock', 'paper', or 'scissor'.