Number guessing game is to understand the basis of javascript. The number guessing game is a simple game which gives the user ten chance to guess the number that is being randomly generated from the system end.
Try your Luck once!!
No installation.
Clone/Download the code
The number guessing game is a simple game which gives the user ten chance to guess the number that is being randomly generated from the system end.
Every time it says whether the number is less than or greater than the guessed number. We used random method to generate random numbers. The game stops when the user waste down all chances or when the user guess the correct value.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.