/rockPaperScissors

A code along demonstrating how to build a browser game

Primary LanguageJavaScript

Rock Paper Scissors

Wireframes

More wireframes to come!

Here are the images used to display the Rock, Paper, and Scissors in the DOM.

Rock

rock

Paper

paper

Scissors

scissors

User Stories

  • As a user, I want to...
    • click to start the game
    • select from one of three buttons, Rock, Paper or Scissors
    • compete against a computer player that automatically selects one of the three options
    • be informed of a win, loss, or tie
    • track how many games I have won or lost
    • have the ability to play again

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
Font
font-family: Arial, Helvetica, sans-serif;