/roshambo

Create a Roshambo (Rock-Paper-Scissors) game.

Primary LanguageJavaScript

SDG Assignment 23 : Roshambo!

Create a Rock-Paper-Scissor-Lizard-Spock game.

Roshambo

Technologies used:

HTML, CSS, & JavaScript

Requirements:

Part 1

  • There should be three buttons for Player One: Rock, Paper, Scissors
  • There should be three buttons for Player Two: Rock, Paper, Scissors
  • Player One should be able to select their throw
  • Player Two should be able to select their throw
  • After both players make their selection, I should be told who won and the game should be over.

Part 2

  • You have heard about Rock, Paper, Scissors, but have you tried Rock, Paper, Scissors, Lizard, Spock? Modify your game to allow the extra options!
  • Have fun with the CSS by adding colors, animations, and effects to make the game more enjoyable