Skip to content

A simple web application to play "rock paper scissors" against the computer!

Notifications You must be signed in to change notification settings

cs280spring/rock-paper-scissors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

A simple web application to play "rock paper scissors" against the computer!

This image from Wikipedia summarizes the rules of the game:

Run locally

Clone this repository and open the index.html in your favorite browser!

git clone https://github.com/cs280fa21/rock-paper-scissors.git
cd rock-paper-scissors
open -a "Google Chrome" index.html # works on macOS

About

A simple web application to play "rock paper scissors" against the computer!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.3%
  • JavaScript 45.7%