mrc02_cli_number_guessing_project
v1.0.0
Published
This is a simple number guessing game implemented in Node.js using the Inquirer.js library.
Downloads
3
Readme
Number Guessing Game
This is a simple number guessing game implemented in Node.js using the Inquirer.js library.
How it Works
- The computer generates a random number between 1 and 10.
- The user is prompted to guess the number.
- The program compares the user's guess with the computer-generated number.
- The program informs the user whether they guessed the correct number or not.
Run
Run it using command