Game: Rock Paper Scissor

About

This is game usually name rock, paper scissor. It consist of 3 icons representing rock, paper and scissors. By clicking any of these you can choose your move and play with computer. It displays what you have chose and the computer's move and the winner also. You can see the current score as well.

Learnings

HTML

Other than previous learnings in this project I learnt how to place a image in a button, by this we can make a button clickable and create a image button.

CSS

As this project is consisting of basic CSS, I have just rounded the image buttons and put some basic styling to it.

JS

It was quite interesting as I have used local storage feature of Java script to save score locally into the users browser, which will remain even after the page reloads. Used Math.random() method to pick a computer move. This project consist of three java script function.