randnumguess
v1.0.3
Published
Random Number Guesser
Downloads
2
Readme
randnumguess - Random Number Guesser
randnumguess is a quick project I just made where a random number is created (NOT shown to the user) and the user has to guess the number.
How to install
Just do npm i randnumguess
in a Node.js project.
Then, type npx randnumguess
to start.
Libraries used
chalk - https://www.npmjs.com/package/chalk chalk-animation - https://www.npmjs.com/package/chalk-animation figlet - https://www.npmjs.com/package/figlet inquirer - https://www.npmjs.com/package/inquirer ora - https://www.npmjs.com/package/ora