fiza07_number_guessing_game
v2.1.2
Published
It's only a command line interface Number Guessing Game with typescript, Node.js and inquirer
Downloads
3
Readme
This is a simple number guessing game where you can enjoy playing with your PC. The logic of this game is such that we will guess a number and at the same time , our PC will generate a number. If your number matches the generated number, we win the game; otherwise , you will be given three chances to guess the correct number. Additionally a bit of designing has been done using chalk here.