Skip to content

yogeshkanwade21/rock-paper-scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Rock Paper Scissors game using Javascript. Click To Play

Features

  1. Auto-Play
    Utilizing setInterval and clearInterval methods.
  2. LocalStorage
    LocalStorage is a part of the Web Storage API, that provides a simple way to store data persistently across browser sessions.
  3. Keyboard Buttons
    Play using keyboard buttons.