JavaScript version of the classic Rock, Paper, Scissors, Lizard, Spock game

profileTopsolutions
 (Not rated)
 (Not rated)
Chat

Your assignment is to design and create a JavaScript version of the classic Rock, Paper, Scissors, Lizard, Spock game. When designing your game, remember the following rules:

rock crushes scissors
rock crushes lizard
scissors cut paper
scissors decapitate lizard
paper covers rock
paper disproves Spock
lizard eats paper
lizard poisons Spock
Spock vaporizes rock
Spock bends scissors

Prompt the user for a number between 1 and 5. The game will repeat itself until the user presses 9 to exit.

* rock = 1
* paper = 2
* scissors 3
* lizard = 4
* Spock = 5

This game will have plenty of if/then statements. Additionally, I'd like you to track the number of wins and losses and provide a total and percentage once the user presses 9 to exit. Each win and loss must be stored in an array and displayed as a list once the game action is over. You can make this game a GUI if you wish.

    • 12 years ago
    Solution
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      rockpaperscissorslizardspock.zip