guessingnumbergame-byfuzza
v1.0.0
Published
+++++++++ This project is about GUESSING GAME. +++++++++ HOW TO GET STARTED: You need to install the project using: npm install projectname or npm i projectname
Downloads
1
Readme
+++++++++ This project is about GUESSING GAME. +++++++++
HOW TO GET STARTED: You need to install the project using: npm install projectname or npm i projectname
INTRODUCTION:
This game gives you the chance to guess number that the computer had generated
automatically. You get 3 chances to guess the number.
GOOD LUCK!!!
LOGIC BEHIND THE GAME:
In this, we learn how to generates random number by Math.random method.
Rounds: are implemented using do while loop.