Skip to content

This is a responsive rock-paper-scissors game web page that I have built using HTML, SCSS and JavaScript.

Notifications You must be signed in to change notification settings

seeker710/rock-paper-scissors-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Try the web app for playing rock, paper, and scissors by simply clicking on them if you're too tired to use hand signs. Have fun!

General:

For the web app's layout, I just used HTML flex and grid, SCSS for styling, and JavaScript for adding functionality.

Learning:

setInterval() - It is used call a function at specified time interval. It takes two arguments-function and time(in miliseconds).
clearInterval() - It is used to cancel the action the setInterval() function.

Preview:

Desktop view:

image
image

Mobile view:

image
image

About

This is a responsive rock-paper-scissors game web page that I have built using HTML, SCSS and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published