Skip to content

mitch3lljones/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Information

In this project, the game 'Rock-Paper-Scissors' is implemented using Javascript. This project is part of The Odin Project Javascript curriculum. Here is the information for the first part of this project. This link adds the Javascript functionality using DOM manipluation.

Instructions

In this game of 'Rock-Paper-Scissors', the user will clik either the 'rock', 'paper' or 'scissors' button. After clicking the button, the results of this round (player and computer selection and score) will be displayed beneath. This same message will be replaced when a winner is declared. To play again, click the repeat button!

Website

The website for this game is located here.