Skip to content

ternamdoo/odin-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors

Rock, Paper, Scissors is a JavaScript console game written as part of the foundations course on TheOdinProject.

The game is played according to the rules of the real world Rock Paper Scissors game.

Requirements

Any modern browser should play the game just fine.

How to Play

To play the game:

  1. A user must first visit the game's live page.
  2. Once on the page, the user may interact with the game options on the UI to play the game.
  3. A game round is played with a computer program once the user clicks a game option. Computer choice is always randomly generated on each round. The game logs each round's results and increments player scores when they win.
  4. Once any user reaches 5 points (by winning 5 times), the current game iteration ends. A Restart Game button appears below the game log and the user may click on it to play another iteration of the game. For now, the user can only start a new game after the current game ends.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors