Skip to content

seankudryk/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super simple browser version of Rock, Paper, Scissors. There is no user interface designed for this, so playing the game will require you to open browser tools and track the game state through outputs in the console.

By default, the total rounds are set to 10, but you can change this by changing the argument passed to the playGame(rounds) function - the final line of the script file. ie. playGame(8) to have the game last 8 rounds, playGame(2) to have the game last 2 rounds, etc.

Assignment courtesy of The Odin Project: https://www.theodinproject.com/lessons/foundations-rock-paper-scissors

About

This game is rock papper scissors.... yes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published