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
Post a Comment