Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 531 Bytes

RPS

This is a simple best of three Rock Paper Scissors game between the user and a computer opponent.

Messages are displayed via window alerts and choices are selected via window prompts.

The computer opponent randomly selects one of three choices.

User inputs are not case sensitive, but invalid inputs will end the current match.

Results of the three games are displayed at the end of each match.

Refresh the page to start a new match

Enjoy!