Posts

Rock Paper Scissors Game in JavaScript

Image
 Rock Paper Scissors Game Overview Rock Paper Scissors Game is a very traditional Game that we would had been surely played in our school days with friends. Basically this Game has three character Rock, Paper and Scissors. You will compete with computer and the scores will be updated in real time. Computer generates the sequence of the character among three randomly and the player have to defeat the computer. Isn't it cool, if your are missing those school days.  How to develop Basically this game is developed in JavaScript, HTML, and CSS so you must have sound knowledge of JavaScript along with HTML and CSS. Prerequisites Any code editor like - Notepadd++, VSCO, Netbeans, SublimeText Live Server if you are using VSCO Knowledge of JavaScript ScreenShot of the actual Game  Link of the live project  Click on the Below Link to play Play Now   How to get Source code  Get all the code for the given project from my GITHUB repositories. Make your to drop a Star in...