Skip to content

JohnArochaDev/applePies-rock-paper-scissors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Tutorial for building another game in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.2%
  • HTML 37.2%
  • JavaScript 15.6%