Skip to content

Nathlo/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This javascript program is based on the classic two player game : Rock paper scissors.

Each player chooses either rock, paper, or scissors. The items are compared, and whichever player chooses the more powerful item wins.

The possible outcomes are:

Rock destroys scissors. Scissors cut paper. Paper covers rock.

If there's a tie, then the game ends in a draw. Our code will break the game into four parts:

Get the user's choice. Get the computer's choice. Compare the two choices and determine a winner.

Start the program and display the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published