ROCK-PAPER-SCISSORS GAME

The rock-paper-scissors game is a very basic game that requires only simple javascript to develop.

It's a computer-and-user based game. The user makes a choice by clicking on either rock, paper, scissors. While computer choices are generated automatically.


For every user choice, computer choice is generated using Math.random and Math.floor


PLAY GAME HERE

Comments

Popular posts from this blog

THE MEMORY GAME