Skip to content

michaelklein24/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

Table of Contents

Project Goal

To create an application utilizing only JavaScript that simulates a fair game of "Rock Paper Scissors" against a bot using prompt(), alert(), and confirm() methods. Bot choice is always random and score is displayed after every round.

Links

User Instructions

  1. Accept invite to play by clicking "OK"
    step 1
  2. Type "R" for Rock, "S" for Scissors, and "P" for Paper. Click "OK".
    step 2
  3. Click "OK" after viewing the results.
    step 3
  4. Click "OK" after viewing the scoreboard.
    step 4
  5. Click "OK" after if you would like to play again.
    step 5

Acknowledgements

  • Concept for selecting a random element in array was pulled from MDN Web Docs

About

Play rock paper scissors against a bot using prompts, alerts, and confirms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published