Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 312 Bytes

rockpaperscissors

This is online version of the Rock Paper Scissors game.

The tech stack is

  1. HTML:I have used this to structure the layout of my webpage

  2. CSS: I have used various concepts of CSS such as flexBox etc.

  3. JavaScript: I have used JS for showing the score and updating the score dynamically.